Files

NameDescription
core/authorize.phpAdministrative script for running authorized file operations.
core/CHANGELOG.txtDrupal 8.0, xxxx-xx-xx (development version) ---------------------- - Included the HTML5 Shiv library to support HTML5 elements in IE 8 and below. - Included the following Symfony2 components: * ClassLoader - PSR-0-compatible autoload routines. …
core/COPYRIGHT.txtAll Drupal code is Copyright 2001 - 2010 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…
core/includes/actions.incThis is the actions engine for executing stored actions.
core/includes/ajax.incFunctions for use with Drupal's Ajax framework.
core/includes/authorize.incHelper functions and form handlers used for the authorize.php script.
core/includes/batch.incBatch processing API for processes to run in multiple HTTP requests.
core/includes/bootstrap.incFunctions that need to be loaded on every Drupal request.
core/includes/cache.incFunctions and interfaces for cache handling.
core/includes/common.incCommon functions that many Drupal modules will need to reference.
core/includes/config.incThis is the API for configuration storage.
core/includes/database.incCore systems for the database layer.
core/includes/date.incInitializes the list of date formats and their locales.
core/includes/errors.incFunctions for error handling.
core/includes/file.incAPI for handling file uploads and server file management.
core/includes/file.mimetypes.incProvides mimetype mappings.
core/includes/form.incFunctions for form and batch generation and processing.
core/includes/gettext.incGettext parsing and generating API.
core/includes/image.incAPI for manipulating images.
core/includes/install.core.incAPI functions for installing Drupal.
core/includes/install.inc
core/includes/language.incMultiple language handling functionality.
core/includes/lock.incDrupal lock framework procedural proxy implementation.
core/includes/mail.incAPI functions for processing and sending e-mail.
core/includes/menu.incAPI for the Drupal menu system.
core/includes/module.incAPI for loading and interacting with Drupal modules.
core/includes/pager.incFunctions to aid in presenting database results as a set of pages.
core/includes/password.incSecure password hashing functions for user authentication.
core/includes/path.incFunctions to handle paths in Drupal, including path aliasing.
core/includes/registry.incThis file contains the code registry parser engine.
core/includes/schema.incSchema API handling functions.
core/includes/session.incUser session handling functions.
core/includes/standard.incProvides a list of countries and languages based on web standards.
core/includes/tablesort.incFunctions to aid in the creation of sortable tables.
core/includes/theme.incThe theme system, which controls the output of Drupal.
core/includes/theme.maintenance.incTheming for maintenance pages.
core/includes/token.incDrupal placeholder/token replacement system.
core/includes/unicode.entities.inc(X)HTML entities, as defined in HTML 4.01.
core/includes/unicode.inc
core/includes/update.incDrupal database update API.
core/includes/utility.incMiscellaneous functions.
core/includes/xmlrpc.incDrupal XML-RPC library.
core/includes/xmlrpcs.incProvides API for defining and handling XML-RPC requests.
core/INSTALL.mysql.txtCREATE 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…
core/INSTALL.pgsql.txtCREATE 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 …
core/install.phpInitiates a browser-based installation of Drupal.
core/INSTALL.sqlite.txtSQLITE 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…
core/INSTALL.txtCONTENTS OF THIS FILE --------------------- * Requirements and notes * Optional server requirements * Installation * Building and customizing your site * Multisite configuration * More information REQUIREMENTS AND…
core/lib/Drupal/Component/Archiver/ArchiverInterface.phpDefinition of Drupal\Component\Archiver\ArchiverInterface.
core/lib/Drupal/Component/Archiver/ArchiveTar.php

Other projects