Primary tabs

File name Locationsort descending Namespace Description
CHANGELOG.txt CHANGELOG.txt Drupal 6.38, 2016-02-24 - Final release --------------------------------------- - Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-001. - Previously unreleased documentation fixes. Drupal 6.37, 2015-08-19 ----------------------- -…
COPYRIGHT.txt COPYRIGHT.txt All Drupal code is Copyright 2001 - 2012 by the original authors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. This program is…
cron.php cron.php
example.profile developer/example.profile
globals.php developer/globals.php These are the global variables that Drupal uses.
core.php developer/hooks/core.php These are the hooks that are invoked by the Drupal core.
install.php developer/hooks/install.php Documentation for the installation and update system.
node.php developer/hooks/node.php These hooks are defined by node modules, modules that define a new kind of node.
index.php developer/index.php
theme.php developer/theme.php Shadow theme functions for theme templates.
Forms API Quickstart Guide developer/topics/forms_api.html Forms API Quickstart Guide
Form API Reference developer/topics/forms_api_reference.html Form API Reference
JavaScript Startup Guide developer/topics/javascript_startup_guide.html JavaScript Startup Guide
actions.inc includes/actions.inc This is the actions engine for executing stored actions.
batch.inc includes/batch.inc Batch processing API for processes to run in multiple HTTP requests.
bootstrap.inc includes/bootstrap.inc Functions that need to be loaded on every Drupal request.
cache-install.inc includes/cache-install.inc
cache.inc includes/cache.inc
common.inc includes/common.inc Common functions that many Drupal modules will need to reference.
database.inc includes/database.inc Wrapper for database interface code.
database.mysql-common.inc includes/database.mysql-common.inc Functions shared between mysql and mysqli database engines.
database.mysql.inc includes/database.mysql.inc Database interface code for MySQL database servers.
database.mysqli.inc includes/database.mysqli.inc Database interface code for MySQL database servers using the mysqli client libraries. mysqli is included in PHP 5 by default and allows developers to use the advanced features of MySQL 4.1.x, 5.0.x and beyond.
database.pgsql.inc includes/database.pgsql.inc Database interface code for PostgreSQL database servers.
file.inc includes/file.inc API for handling file uploads and server file management.
form.inc includes/form.inc
image.gd.inc includes/image.gd.inc GD2 toolkit for image manipulation within Drupal.
image.inc includes/image.inc API for manipulating images.
install.inc includes/install.inc
install.mysql.inc includes/install.mysql.inc
install.mysqli.inc includes/install.mysqli.inc
install.pgsql.inc includes/install.pgsql.inc
language.inc includes/language.inc Multiple language handling functionality.
locale.inc includes/locale.inc Administration functions for locale.module.
lock-install.inc includes/lock-install.inc A stub lock implementation to be used during the installation process when database access is not yet available. Because Drupal's install system should never be running in more than on concurrant request, we can bypass any need for locking.
lock.inc includes/lock.inc A database-mediated implementation of a locking mechanism.
mail.inc includes/mail.inc
menu.inc includes/menu.inc API for the Drupal menu system.
module.inc includes/module.inc API for loading and interacting with Drupal modules.
pager.inc includes/pager.inc Functions to aid in presenting database results as a set of pages.
path.inc includes/path.inc Functions to handle paths in Drupal, including path aliasing.
session.inc includes/session.inc User session handling functions.
tablesort.inc includes/tablesort.inc Functions to aid in the creation of sortable tables.
theme.inc includes/theme.inc The theme system, which controls the output of Drupal.
theme.maintenance.inc includes/theme.maintenance.inc Theming for maintenance pages.
unicode.entities.inc includes/unicode.entities.inc
unicode.inc includes/unicode.inc
xmlrpc.inc includes/xmlrpc.inc Drupal XML-RPC library. Based on the IXR - The Incutio XML-RPC Library - (c) Incutio Ltd 2002-2005 Version 1.7 (beta) - Simon Willison, 23rd May 2005 Site: http://scripts.incutio.com/xmlrpc/ Manual: http://scripts.incutio.com/xmlrpc/manual.php This…
xmlrpcs.inc includes/xmlrpcs.inc
index.php index.php

Pages

Other projects