Files

Primary tabs

File name Locationsort descending Namespace Description
authorize.php drupal/core/authorize.php Administrative script for running authorized file operations.
CHANGELOG.txt drupal/core/CHANGELOG.txt Drupal 8.0, xxxx-xx-xx (development version) ---------------------- - Improved entity system. * Added support for saving and deleting entities through the controller. * Entities are now classed objects, implementing EntityInterface. *…
COPYRIGHT.txt drupal/core/COPYRIGHT.txt Non-displayable characters.
ajax.inc drupal/core/includes/ajax.inc Functions for use with Drupal's Ajax framework.
authorize.inc drupal/core/includes/authorize.inc Helper functions and form handlers used for the authorize.php script.
batch.inc drupal/core/includes/batch.inc Batch processing API for processes to run in multiple HTTP requests.
bootstrap.inc drupal/core/includes/bootstrap.inc Functions that need to be loaded on every Drupal request.
cache.inc drupal/core/includes/cache.inc Functions and interfaces for cache handling.
common.inc drupal/core/includes/common.inc Common functions that many Drupal modules will need to reference.
config.inc drupal/core/includes/config.inc This is the API for configuration storage.
database.inc drupal/core/includes/database.inc Core systems for the database layer.
entity.api.php drupal/core/includes/entity.api.php Hooks provided the Entity module.
entity.inc drupal/core/includes/entity.inc Entity API for handling entities like nodes or users.
errors.inc drupal/core/includes/errors.inc Functions for error handling.
file.inc drupal/core/includes/file.inc API for handling file uploads and server file management.
file.mimetypes.inc drupal/core/includes/file.mimetypes.inc Provides mimetype mappings.
form.inc drupal/core/includes/form.inc Functions for form and batch generation and processing.
image.inc drupal/core/includes/image.inc API for manipulating images.
install.core.inc drupal/core/includes/install.core.inc API functions for installing Drupal.
install.inc drupal/core/includes/install.inc API functions for installing modules and themes.
language.inc drupal/core/includes/language.inc Language Negotiation API.
mail.inc drupal/core/includes/mail.inc API functions for processing and sending e-mail.
menu.inc drupal/core/includes/menu.inc API for the Drupal menu system.
module.inc drupal/core/includes/module.inc API for loading and interacting with Drupal modules.
pager.inc drupal/core/includes/pager.inc Functions to aid in presenting database results as a set of pages.
path.inc drupal/core/includes/path.inc Functions to handle paths in Drupal.
schema.inc drupal/core/includes/schema.inc Schema API handling functions.
session.inc drupal/core/includes/session.inc User session handling functions.
standard.inc drupal/core/includes/standard.inc Provides a list of countries and languages based on web standards.
tablesort.inc drupal/core/includes/tablesort.inc Functions to aid in the creation of sortable tables.
theme.inc drupal/core/includes/theme.inc The theme system, which controls the output of Drupal.
theme.maintenance.inc drupal/core/includes/theme.maintenance.inc Theming for maintenance pages.
token.inc drupal/core/includes/token.inc Drupal placeholder/token replacement system.
unicode.entities.inc drupal/core/includes/unicode.entities.inc
unicode.inc drupal/core/includes/unicode.inc
update.inc drupal/core/includes/update.inc Drupal database update API.
utility.inc drupal/core/includes/utility.inc Miscellaneous functions.
INSTALL.mysql.txt drupal/core/INSTALL.mysql.txt CREATE THE MySQL DATABASE -------------------------- This step is only necessary if you don't already have a database set up (e.g., by your host). In the following examples, 'username' is an example MySQL user which has the CREATE and…
INSTALL.pgsql.txt drupal/core/INSTALL.pgsql.txt CREATE THE PostgreSQL DATABASE ------------------------------ Note that the database must be created with UTF-8 (Unicode) encoding. 1. CREATE DATABASE USER This step is only necessary if you don't already have a user set up (e.g., by …
install.php drupal/core/install.php Initiates a browser-based installation of Drupal.
INSTALL.sqlite.txt drupal/core/INSTALL.sqlite.txt SQLITE REQUIREMENTS ------------------- To use SQLite with your Drupal installation, the following requirements must be met: Server has PHP 5.3.3 or later with PDO, and the PDO SQLite driver must be enabled. SQLITE DATABASE…
INSTALL.txt drupal/core/INSTALL.txt CONTENTS OF THIS FILE --------------------- * Requirements and notes * Optional server requirements * Installation * Building and customizing your site * Multisite configuration * More information REQUIREMENTS AND…
ArchiverException.php drupal/core/lib/Drupal/Component/Archiver/ArchiverException.php Drupal\Component\Archiver Definition of Drupal\Component\Archiver\ArchiverException.
ArchiverInterface.php drupal/core/lib/Drupal/Component/Archiver/ArchiverInterface.php Drupal\Component\Archiver Definition of Drupal\Component\Archiver\ArchiverInterface.
ArchiveTar.php drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php Drupal\Component\Archiver
Tar.php drupal/core/lib/Drupal/Component/Archiver/Tar.php Drupal\Component\Archiver Definition of Drupal\Component\Archiver\Tar.
Zip.php drupal/core/lib/Drupal/Component/Archiver/Zip.php Drupal\Component\Archiver Definition of Drupal\Component\Archiver\Zip.
DateTimePlus.php drupal/core/lib/Drupal/Component/Datetime/DateTimePlus.php Drupal\Component\Datetime Definition of Drupal\Component\Datetime\DateTimePlus
DiffEngine.php drupal/core/lib/Drupal/Component/Diff/DiffEngine.php A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
PoHeader.php drupal/core/lib/Drupal/Component/Gettext/PoHeader.php Drupal\Component\Gettext Definition of Drupal\Component\Gettext\PoHeader

Pages

Other projects