BaseMemcacheProfilerStorage::$dsn |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php |
|
FilterException::$originalMessage |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Exception/FilterException.php |
|
BaseMemcacheProfilerStorage::find |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php |
Finds profiler tokens for the given criteria. |
MTimeProtectedFileStorageTest.php |
file |
drupal/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php |
Definition of Drupal\Tests\Component\PhpStorage\MTimeProtectedFileStorageTest. |
BaseMemcacheProfilerStorage::read |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php |
Reads data associated with the given token. |
CoverageMethodTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageMethodTest.php |
@covers CoveredClass::publicMethod |
NativePhpunitPrinter::getMessages |
function |
drupal/core/vendor/doctrine/common/tests/NativePhpunitTask.php |
|
LanguageManager::getLanguageTypes |
function |
drupal/core/lib/Drupal/Core/Language/LanguageManager.php |
Returns an array of the available language types. |
_update_manager_unique_identifier |
function |
drupal/core/modules/update/update.module |
Returns a short unique identifier for this Drupal installation. |
LANGUAGE_NEGOTIATION_URL_FALLBACK |
constant |
drupal/core/modules/language/language.negotiation.inc |
If no URL language, language is determined using an already detected one. |
_update_manager_extract_directory |
function |
drupal/core/modules/update/update.module |
Returns the directory where update archive files should be extracted. |
seven_preprocess_maintenance_page |
function |
drupal/core/themes/seven/seven.theme |
Implements hook_preprocess_HOOK() for maintenance-page.html.twig. |
overlay-disable-message.html.twig |
file |
drupal/core/modules/overlay/templates/overlay-disable-message.html.twig |
Default theme implementation for the message about disabling the overlay. |
NativeSessionStorage::__construct |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Constructor. |
EntityTestMulRevStorageController |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestMulRevStorageController.php |
Defines the controller class for the test entity. |
EventManagerTest::$_preFooInvoked |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php |
|
DatabaseStorageControllerNG::save |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Overrides DatabaseStorageController::save(). |
EntityManager::getControllerClass |
function |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
Returns an entity controller class. |
CommentStorageController::preSave |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave(). |
EntityDisplayBase::$pluginManager |
property |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
The plugin manager used by this entity type. |
NativeSessionStorage::registerBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Registers a SessionBagInterface for use. |
language_negotiation_url_prefixes |
function |
drupal/core/modules/language/language.negotiation.inc |
Reads language prefixes and uses the langcode if no prefix is set. |
ImageToolkitInterface::desaturate |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkitInterface.php |
Converts an image resource to grayscale. |
NativeSessionStorage::loadSession |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Load the session with attributes. |
EditorManagerTest::$editorManager |
property |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php |
The manager for text editor plugins. |
MockFileSessionStorage::$savePath |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
|
NamespaceCoverageNotProtectedTest |
class |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoverageNotProtectedTest.php |
|
ImageWidget::formMultipleElements |
function |
drupal/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php |
Overrides \Drupal\file\Plugin\field\widget\FileWidget::formMultipleElements(). |
locale_translation_language_table |
function |
drupal/core/modules/locale/locale.pages.inc |
Form element callback: After build changes to the language update table. |
CoveragePublicTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoveragePublicTest.php |
@covers CoveredClass::<public> |
language_test_language_types_info |
function |
drupal/core/modules/language/tests/language_test/language_test.module |
Implements hook_language_types_info(). |
update_manager_update_form_submit |
function |
drupal/core/modules/update/update.manager.inc |
Form submission handler for update_manager_update_form(). |
ResponseTest::testSetSharedMaxAge |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php |
|
MongoDbProfilerStorage::$lifetime |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
MTimeProtectedFileStorage::exists |
function |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::exists(). |
ViewsUIController::$entityManager |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php |
Stores the Entity manager. |
TermStorageController::postDelete |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postDelete(). |
TermStorageController::resetCache |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::resetCache(). |
CustomBlockPageViewTest::$modules |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockPageViewTest.php |
Modules to enable. |
PluginTestBase::$mockBlockManager |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/PluginTestBase.php |
|
DateFormatsLanguageTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/System/DateFormatsLanguageTest.php |
Modules to enable. |
RemoteFileUnmanagedDeleteTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedDeleteTest.php |
Definition of Drupal\system\Tests\File\RemoteFileUnmanagedDeleteTest. |
RelationLinkManager::getRelations |
function |
drupal/core/modules/rest/lib/Drupal/rest/LinkManager/RelationLinkManager.php |
Get the array of relation links. |
LazyAssetManager::getLastModified |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php |
|
theme_page_test_system_info_alter |
function |
drupal/core/modules/system/tests/modules/theme_page_test/theme_page_test.module |
Implements hook_system_info_alter(). |
theme_page_test_system_theme_info |
function |
drupal/core/modules/system/tests/modules/theme_page_test/theme_page_test.module |
Implements hook_system_theme_info(). |
File::$uploadFormSizeErrorMessage |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/File.php |
|
MetadataGenerator::$accessChecker |
property |
drupal/core/modules/edit/lib/Drupal/edit/MetadataGenerator.php |
An object that checks if a user has access to edit a given entity field. |
File::$uploadNoTmpDirErrorMessage |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/File.php |
|
LinkManager::$relationLinkManager |
property |
drupal/core/modules/rest/lib/Drupal/rest/LinkManager/LinkManager.php |
The relation link manager. |