ThemeTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php |
Modules to enable. |
Session::setFlashes |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php |
|
SandboxedModule.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Node/SandboxedModule.php |
|
NullStorage::rename |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::rename(). |
UriTemplate::expand |
function |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php |
Expand the URI template using the supplied variables |
AnnotationException |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationException.php |
Description of AnnotationException |
ParserTest::$parser |
property |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php |
|
COMMENT_NODE_HIDDEN |
constant |
drupal/core/modules/comment/comment.module |
Comments for this node are hidden. |
NullStorage::encode |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::encode(). |
FieldUiTestBase.php |
file |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUiTestBase.php |
Definition of Drupal\field_ui\Tests\FieldUiTestBase. |
FileCacheReader.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/FileCacheReader.php |
|
form_process_button |
function |
drupal/core/includes/form.inc |
Processes a form button element. |
COMMENT_NODE_CLOSED |
constant |
drupal/core/modules/comment/comment.module |
Comments for this node are closed. |
NullStorage::decode |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::decode(). |
Select::__construct |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Constructs a Query object. |
user_form_test.info |
file |
drupal/core/modules/user/tests/user_form_test.info |
name = "User module form tests"
description = "Support module for user form testing."
package = Testing
version = VERSION
core = 8.x
hidden = TRUE |
RouteSubscriber.php |
file |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
|
history_node_delete |
function |
drupal/core/modules/history/history.module |
Implements hook_node_delete(). |
module_test.install |
file |
drupal/core/modules/system/tests/modules/module_test/module_test.install |
Install, update and uninstall functions for the module_test module. |
history_user_cancel |
function |
drupal/core/modules/history/history.module |
Implements hook_user_cancel(). |
views_ui_ajax_forms |
function |
drupal/core/modules/views/views_ui/admin.inc |
Returns information about subforms for editing the pieces of a view. |
PoHeader::$_authors |
property |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Author(s) of the file. |
Connection::version |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Returns the version of the database server. |
JpegoptimFilterTest |
class |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/JpegoptimFilterTest.php |
@group integration |
Mail::defineOptions |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Mail.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
history_user_delete |
function |
drupal/core/modules/history/history.module |
Implements hook_user_delete(). |
comment_entity_info |
function |
drupal/core/modules/comment/comment.module |
Implements hook_entity_info(). |
PoHeader::$_po_date |
property |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Date the po file got created. |
LoaderInterface.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/LoaderInterface.php |
|
file_directory_temp |
function |
drupal/core/includes/file.inc |
Gets the path of system-appropriate temporary directory. |
hook_data_type_info |
function |
drupal/core/modules/system/system.api.php |
Defines available data types for the typed data API. |
CommentTestBase.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Comment/CommentTestBase.php |
Definition of Drupal\views\Tests\Comment\CommentTestBase. |
install_base_system |
function |
drupal/core/includes/install.core.inc |
Installation task; install the base functionality Drupal needs to bootstrap. |
Select::addMetaData |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Adds additional metadata to the query. |
Kernel::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Constructor. |
Container::$loading |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
|
DisplayExtenderTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayExtenderTest.php |
Tests the display extender plugins. |
EntityFieldTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Definition of Drupal\Core\Entity\Tests\EntityFieldTest. |
EntityCacheTest.php |
file |
drupal/core/modules/system/tests/modules/entity_cache_test_dependency/lib/Drupal/entity_cache_test_dependency/Plugin/Core/Entity/EntityCacheTest.php |
Contains Drupal\entity_cache_test_dependency\Plugin\Core\Entity\EntityCacheTest. |
Select::getMetaData |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Retrieves a given piece of metadata. |
ParserInterface.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/ParserInterface.php |
|
ModuleTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php |
|
AssetFactory::$root |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
Request::getContent |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Returns the request body content. |
FlashBagTest::setUp |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php |
|
SchemaException.php |
file |
drupal/core/lib/Drupal/Core/Database/SchemaException.php |
Definition of Drupal\Core\Database\SchemaException |
EntityQueryTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Definition of Drupal\system\Tests\Entity\EntityQueryTest. |
BreakpointGroup.php |
file |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php |
Definition of Drupal\breakpoint\Plugin\Core\Entity\BreakpointGroup. |
locale_library_info |
function |
drupal/core/modules/locale/locale.module |
Implements hook_library_info(). |
NullBackend::delete |
function |
drupal/core/lib/Drupal/Core/Cache/NullBackend.php |
Implements Drupal\Core\Cache\CacheBackendInterface::delete(). |