Primary tabs

File name Locationsort descending Namespace Description
authorize.php authorize.php Administrative script for running authorized file operations.
CHANGELOG.txt CHANGELOG.txt Drupal 7.xxx, xxxx-xx-xx (development version) ------------------------ Drupal 7.100, 2024-03-06 ------------------------ - Security improvements - Announcements module added Drupal 7.99, 2023-12-06 ----------------------- - Various security…
COPYRIGHT.txt 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 cron.php Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
example.profile developer/example.profile
globals.php developer/globals.php These are the global variables that Drupal uses.
index.php developer/index.php
Form API Reference developer/topics/forms_api_reference.html Form API Reference
actions.inc includes/actions.inc This is the actions engine for executing stored actions.
ajax.inc includes/ajax.inc Functions for use with Drupal's Ajax framework.
archiver.inc includes/archiver.inc Shared classes and interfaces for the archiver system.
authorize.inc includes/authorize.inc Helper functions and form handlers used for the authorize.php script.
batch.inc includes/batch.inc Batch processing API for processes to run in multiple HTTP requests.
batch.queue.inc includes/batch.queue.inc Queue handlers used by the Batch API.
bootstrap.inc includes/bootstrap.inc Functions that need to be loaded on every Drupal request.
cache-install.inc includes/cache-install.inc Provides a stub cache implementation to be used during installation.
cache.inc includes/cache.inc Functions and interfaces for cache handling.
common.inc includes/common.inc Common functions that many Drupal modules will need to reference.
database.inc includes/database/database.inc Core systems for the database layer.
log.inc includes/database/log.inc Logging classes for the database layer.
database.inc includes/database/mysql/database.inc Database interface code for MySQL database servers.
install.inc includes/database/mysql/install.inc Installation code for MySQL embedded database engine.
query.inc includes/database/mysql/query.inc Query code for MySQL embedded database engine.
schema.inc includes/database/mysql/schema.inc Database schema code for MySQL database servers.
database.inc includes/database/pgsql/database.inc Database interface code for PostgreSQL database servers.
install.inc includes/database/pgsql/install.inc Install functions for PostgreSQL embedded database engine.
query.inc includes/database/pgsql/query.inc Query code for PostgreSQL embedded database engine.
schema.inc includes/database/pgsql/schema.inc Database schema code for PostgreSQL database servers.
select.inc includes/database/pgsql/select.inc Select builder for PostgreSQL database engine.
prefetch.inc 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 includes/database/query.inc Non-specific Database query code. Used by all engines.
schema.inc includes/database/schema.inc
select.inc includes/database/select.inc
database.inc includes/database/sqlite/database.inc Database interface code for SQLite embedded database engine.
install.inc includes/database/sqlite/install.inc SQLite specific install functions
query.inc includes/database/sqlite/query.inc Query code for SQLite embedded database engine.
schema.inc includes/database/sqlite/schema.inc Database schema code for SQLite databases.
select.inc includes/database/sqlite/select.inc Select builder for SQLite embedded database engine.
date.inc includes/date.inc Initializes the list of date formats and their locales.
entity.inc includes/entity.inc
errors.inc includes/errors.inc Functions for error handling.
file.inc includes/file.inc API for handling file uploads and server file management.
file.mimetypes.inc includes/file.mimetypes.inc Provides mimetype mappings.
file.phar.inc includes/file.phar.inc
filetransfer.inc includes/filetransfer/filetransfer.inc
ftp.inc includes/filetransfer/ftp.inc
local.inc includes/filetransfer/local.inc
ssh.inc includes/filetransfer/ssh.inc
form.inc includes/form.inc Functions for form and batch generation and processing.
graph.inc includes/graph.inc Directed acyclic graph manipulation.

Pages

Other projects