Files

Primary tabs

File name Locationsort descending Namespace Description
example.profile documentation/developer/example.profile
globals.php documentation/developer/globals.php These are the global variables that Drupal uses.
index.php documentation/developer/index.php
Form API Reference documentation/developer/topics/forms_api_reference.html Form API Reference
authorize.php drupal/authorize.php Administrative script for running authorized file operations.
CHANGELOG.txt drupal/CHANGELOG.txt Drupal 7.xx, xxxx-xx-xx (development version) ----------------------- - File upload validation functions and hook_file_validate() implementations are now always passed the correct file URI. - The default form cache expiration of 6 hours is now…
COPYRIGHT.txt drupal/COPYRIGHT.txt All Drupal code is Copyright 2001 - 2013 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; either version 2…
cron.php drupal/cron.php Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
actions.inc drupal/includes/actions.inc This is the actions engine for executing stored actions.
ajax.inc drupal/includes/ajax.inc Functions for use with Drupal's Ajax framework.
archiver.inc drupal/includes/archiver.inc Shared classes and interfaces for the archiver system.
authorize.inc drupal/includes/authorize.inc Helper functions and form handlers used for the authorize.php script.
batch.inc drupal/includes/batch.inc Batch processing API for processes to run in multiple HTTP requests.
batch.queue.inc drupal/includes/batch.queue.inc Queue handlers used by the Batch API.
bootstrap.inc drupal/includes/bootstrap.inc Functions that need to be loaded on every Drupal request.
cache-install.inc drupal/includes/cache-install.inc Provides a stub cache implementation to be used during installation.
cache.inc drupal/includes/cache.inc Functions and interfaces for cache handling.
common.inc drupal/includes/common.inc Common functions that many Drupal modules will need to reference.
database.inc drupal/includes/database/database.inc Core systems for the database layer.
log.inc drupal/includes/database/log.inc Logging classes for the database layer.
database.inc drupal/includes/database/mysql/database.inc Database interface code for MySQL database servers.
install.inc drupal/includes/database/mysql/install.inc Installation code for MySQL embedded database engine.
query.inc drupal/includes/database/mysql/query.inc Query code for MySQL embedded database engine.
schema.inc drupal/includes/database/mysql/schema.inc Database schema code for MySQL database servers.
database.inc drupal/includes/database/pgsql/database.inc Database interface code for PostgreSQL database servers.
install.inc drupal/includes/database/pgsql/install.inc Install functions for PostgreSQL embedded database engine.
query.inc drupal/includes/database/pgsql/query.inc Query code for PostgreSQL embedded database engine.
schema.inc drupal/includes/database/pgsql/schema.inc Database schema code for PostgreSQL database servers.
select.inc drupal/includes/database/pgsql/select.inc Select builder for PostgreSQL database engine.
prefetch.inc drupal/includes/database/prefetch.inc Database interface code for engines that need complete control over their result sets. For example, SQLite will prefix some column names by the name of the table. We post-process the data, by renaming the column names using the same convention as…
query.inc drupal/includes/database/query.inc Non-specific Database query code. Used by all engines.
schema.inc drupal/includes/database/schema.inc
select.inc drupal/includes/database/select.inc
database.inc drupal/includes/database/sqlite/database.inc Database interface code for SQLite embedded database engine.
install.inc drupal/includes/database/sqlite/install.inc SQLite specific install functions
query.inc drupal/includes/database/sqlite/query.inc Query code for SQLite embedded database engine.
schema.inc drupal/includes/database/sqlite/schema.inc Database schema code for SQLite databases.
select.inc drupal/includes/database/sqlite/select.inc Select builder for SQLite embedded database engine.
date.inc drupal/includes/date.inc Initializes the list of date formats and their locales.
entity.inc drupal/includes/entity.inc
errors.inc drupal/includes/errors.inc Functions for error handling.
file.inc drupal/includes/file.inc API for handling file uploads and server file management.
file.mimetypes.inc drupal/includes/file.mimetypes.inc Provides mimetype mappings.
filetransfer.inc drupal/includes/filetransfer/filetransfer.inc
ftp.inc drupal/includes/filetransfer/ftp.inc
local.inc drupal/includes/filetransfer/local.inc
ssh.inc drupal/includes/filetransfer/ssh.inc
form.inc drupal/includes/form.inc Functions for form and batch generation and processing.
graph.inc drupal/includes/graph.inc Directed acyclic graph manipulation.
image.inc drupal/includes/image.inc API for manipulating images.

Pages

Other projects