PhpMail.php |
file |
drupal/core/lib/Drupal/Core/Mail/PhpMail.php |
Definition of Drupal\Core\Mail\PhpMail. |
NestedArray |
class |
drupal/core/lib/Drupal/Component/Utility/NestedArray.php |
Provides helpers to perform operations on nested arrays and array keys of variable depth. |
poll_schema |
function |
drupal/core/modules/poll/poll.install |
Implements hook_schema(). |
action_save |
function |
drupal/core/modules/action/action.module |
Saves an action and its user-supplied parameter values to the database. |
action_load |
function |
drupal/core/modules/action/action.module |
Retrieves a single action from the database. |
package.yml |
file |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/packager/lib/package.yml |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/fixtures/packager/lib/package.yml |
Translation |
class |
drupal/core/lib/Drupal/Core/Annotation/Translation.php |
Defines a translatable annotation object. |
SEARCH_TYPE |
constant |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php |
|
Term::$name |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Term.php |
Name of the term. |
Twig_Parser |
class |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
Default parser implementation. |
PhpTestBase |
class |
drupal/core/modules/php/lib/Drupal/php/Tests/PhpTestBase.php |
Defines a base PHP test case class. |
FileBag.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/FileBag.php |
|
DRUPAL_ROOT |
constant |
drupal/index.php |
Root directory of Drupal installation. |
DRUPAL_ROOT |
constant |
drupal/core/update.php |
Defines the root directory of the Drupal installation. |
system_mail |
function |
drupal/core/modules/system/system.module |
Implements hook_mail(). |
WebTestBase |
class |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Test case for typical Drupal tests. |
install.php |
file |
drupal/core/install.php |
Initiates a browser-based installation of Drupal. |
INSTALL.txt |
file |
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… |
Escaper.php |
file |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Escaper.php |
|
Sandbox.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Sandbox.php |
|
parent.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent.test |
|
UPGRADE.txt |
file |
drupal/core/UPGRADE.txt |
INTRODUCTION
------------
This document describes how to:
* Update your Drupal site from one minor 8.x version to another minor 8.x
version; for example, from 8.8 to 8.9, or from 8.6 to 8.10.
* Upgrade your Drupal site's major version… |
ApiDataTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Field/ApiDataTest.php |
Test the produced views_data. |
Escaper.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Escaper.php |
|
FileStorage |
class |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Stores the code as regular PHP files. |
ConfigCache |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ConfigCache.php |
A config cache stores values using var_export() and include. |
CacheWarmer |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmer.php |
Abstract cache warmer that knows how to write a file to the cache. |
entity_load |
function |
drupal/core/includes/entity.inc |
Loads an entity from the database. |
DRUPAL_ROOT |
constant |
drupal/core/install.php |
Defines the root directory of the Drupal installation. |
DRUPAL_ROOT |
constant |
drupal/core/authorize.php |
Defines the root directory of the Drupal installation. |
Tasks::name |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php |
Returns a human-readable name string for MySQL and equivalent databases. |
theme_radio |
function |
drupal/core/includes/form.inc |
Returns HTML for a radio button form element. |
locale_help |
function |
drupal/core/modules/locale/locale.module |
Implements hook_help(). |
AddFeedTest |
class |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AddFeedTest.php |
Tests aggregator feed adding. |
UriTemplate |
class |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php |
Expands URI templates using an array of variables |
Tasks::name |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php |
Return the human-readable name of the driver. |
install.inc |
file |
drupal/core/includes/install.inc |
API functions for installing modules and themes. |
locale_menu |
function |
drupal/core/modules/locale/locale.module |
Implements hook_menu(). |
BooleanItem |
class |
drupal/core/lib/Drupal/Core/Entity/Field/Type/BooleanItem.php |
Defines the 'boolean_field' entity field item. |
NullStorage |
class |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Defines a stub storage controller. |
Sandbox.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Node/Sandbox.php |
|
AnalyzeTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/AnalyzeTest.php |
Tests the views analyze system. |
AndTest.php |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AndTest.php |
|
InstallTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/InstallTest.php |
Tests the behavior of the cache backend used for installing Drupal. |
Tasks::name |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php |
Return the human-readable name of the driver. |
AddTest.php |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AddTest.php |
|
AsseticNode |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticNode.php |
|
NullBackend |
class |
drupal/core/lib/Drupal/Core/Cache/NullBackend.php |
Defines a stub cache implementation. |
locale.info |
file |
drupal/core/modules/locale/locale.info |
name = Locale
description = Provides user interface translation to languages other than English.
package = Core
version = VERSION
core = 8.x
dependencies[] = language
dependencies[] = file |
FileStorage |
class |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Defines the file storage controller. |