Files

Primary tabs

File name Locationsort ascending Namespace Description
DateTimePlus.php drupal/core/lib/Drupal/Component/Datetime/DateTimePlus.php Drupal\Component\Datetime Definition of Drupal\Component\Datetime\DateTimePlus
Zip.php drupal/core/lib/Drupal/Component/Archiver/Zip.php Drupal\Component\Archiver Definition of Drupal\Component\Archiver\Zip.
Tar.php drupal/core/lib/Drupal/Component/Archiver/Tar.php Drupal\Component\Archiver Definition of Drupal\Component\Archiver\Tar.
ArchiveTar.php drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php Drupal\Component\Archiver
ArchiverInterface.php drupal/core/lib/Drupal/Component/Archiver/ArchiverInterface.php Drupal\Component\Archiver Definition of Drupal\Component\Archiver\ArchiverInterface.
ArchiverException.php drupal/core/lib/Drupal/Component/Archiver/ArchiverException.php Drupal\Component\Archiver Definition of Drupal\Component\Archiver\ArchiverException.
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…
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.php drupal/core/install.php Initiates a browser-based installation of Drupal.
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.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…
utility.inc drupal/core/includes/utility.inc Miscellaneous functions.
update.inc drupal/core/includes/update.inc Drupal database update API.
unicode.inc drupal/core/includes/unicode.inc
unicode.entities.inc drupal/core/includes/unicode.entities.inc
token.inc drupal/core/includes/token.inc Drupal placeholder/token replacement system.
theme.maintenance.inc drupal/core/includes/theme.maintenance.inc Theming for maintenance pages.
theme.inc drupal/core/includes/theme.inc The theme system, which controls the output of Drupal.
tablesort.inc drupal/core/includes/tablesort.inc Functions to aid in the creation of sortable tables.
standard.inc drupal/core/includes/standard.inc Provides a list of countries and languages based on web standards.
session.inc drupal/core/includes/session.inc User session handling functions.
schema.inc drupal/core/includes/schema.inc Schema API handling functions.
path.inc drupal/core/includes/path.inc Functions to handle paths in Drupal.
pager.inc drupal/core/includes/pager.inc Functions to aid in presenting database results as a set of pages.
module.inc drupal/core/includes/module.inc API for loading and interacting with Drupal modules.
menu.inc drupal/core/includes/menu.inc API for the Drupal menu system.
mail.inc drupal/core/includes/mail.inc API functions for processing and sending e-mail.
language.inc drupal/core/includes/language.inc Language Negotiation API.
install.inc drupal/core/includes/install.inc API functions for installing modules and themes.
install.core.inc drupal/core/includes/install.core.inc API functions for installing Drupal.
image.inc drupal/core/includes/image.inc API for manipulating images.
form.inc drupal/core/includes/form.inc Functions for form and batch generation and processing.
file.mimetypes.inc drupal/core/includes/file.mimetypes.inc Provides mimetype mappings.
file.inc drupal/core/includes/file.inc API for handling file uploads and server file management.
errors.inc drupal/core/includes/errors.inc Functions for error handling.
entity.inc drupal/core/includes/entity.inc Entity API for handling entities like nodes or users.
entity.api.php drupal/core/includes/entity.api.php Hooks provided the Entity module.
database.inc drupal/core/includes/database.inc Core systems for the database layer.
config.inc drupal/core/includes/config.inc This is the API for configuration storage.
common.inc drupal/core/includes/common.inc Common functions that many Drupal modules will need to reference.
cache.inc drupal/core/includes/cache.inc Functions and interfaces for cache handling.
bootstrap.inc drupal/core/includes/bootstrap.inc Functions that need to be loaded on every Drupal request.
batch.inc drupal/core/includes/batch.inc Batch processing API for processes to run in multiple HTTP requests.
authorize.inc drupal/core/includes/authorize.inc Helper functions and form handlers used for the authorize.php script.
ajax.inc drupal/core/includes/ajax.inc Functions for use with Drupal's Ajax framework.
COPYRIGHT.txt drupal/core/COPYRIGHT.txt Non-displayable characters.
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. *…
authorize.php drupal/core/authorize.php Administrative script for running authorized file operations.

Pages

Other projects