AliasManager::pathAliasWhitelistRebuild |
function |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Rebuild the path alias white list. |
language_access_language_edit_or_delete |
function |
drupal/core/modules/language/language.module |
Editing or deleting locked languages should not be possible. |
AssetWriterTest::testWriteManagerAssets |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/AssetWriterTest.php |
|
AbstractManagerRegistry::getConnections |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
Gets an array of all registered connections |
ConfigStorageController::deleteRevision |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::deleteRevision(). |
PagerPluginBase::items_per_page_exposed |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php |
|
image_field_views_data_views_data_alter |
function |
drupal/core/modules/image/image.views.inc |
Implements hook_field_views_data_views_data_alter(). |
ObjectManagerAware::injectObjectManager |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php |
Injects responsible ObjectManager and the ClassMetadata into this persistent object. |
RemoteFileUnmanagedDeleteTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedDeleteTest.php |
Modules to enable. |
UnmanagedSaveDataTest::testFileSaveData |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedSaveDataTest.php |
Test the file_unmanaged_save_data() function. |
ManageDisplayTest::assertNodeViewNoText |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php |
Asserts that a string is not found in the rendered node in a view mode. |
hook_language_fallback_candidates_alter |
function |
drupal/core/modules/system/language.api.php |
Perform alterations on the language fallback candidates. |
ImageAdminStylesTest::createSampleImage |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php |
Given an image style, generate an image. |
field_sql_storage_field_storage_details |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_details(). |
MTimeProtectedFileStorageTest::testCRUD |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/MTimeProtectedFileStorageTest.php |
Tests basic load/save/delete operations. |
_session_test_set_message_but_dont_save |
function |
drupal/core/modules/system/tests/modules/session_test/session_test.module |
Menu callback, sets a message but call drupal_save_session(FALSE). |
language_test_language_types_info_alter |
function |
drupal/core/modules/language/tests/language_test.module |
Implements hook_language_types_info_alter(). |
HttpCacheTestCase::getMetaStorageValues |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php |
|
language_test_language_negotiation_info |
function |
drupal/core/modules/language/tests/language_test.module |
Implements hook_language_negotiation_info(). |
DatabaseStorageController::$entityCache |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Static cache of entities. |
DatabaseStorageController::$revisionKey |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Name of entity's revision database table field, if it supports revisions. |
hook_field_storage_purge_field_instance |
function |
drupal/core/modules/field/field.api.php |
Remove field storage information when a field instance is purged. |
LazyAssetManagerTest::testGetFromLoader |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/LazyAssetManagerTest.php |
|
DatabaseStorageExpirable::setWithExpire |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreExpireInterface::setWithExpire(). |
DatabaseStorageController::loadRevision |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::loadRevision(). |
MongoDbProfilerStorageTest::testCleanup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
DatabaseStorageController::saveRevision |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Saves an entity revision. |
VocabularyStorageController::buildQuery |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::buildQuery(). |
AbstractProfilerStorageTest::getStorage |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
VocabularyStorageController::postDelete |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postDelete(). |
VocabularyStorageController::resetCache |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Overrides Drupal\Core\Entity\DrupalDatabaseStorageController::resetCache(). |
MemcacheProfilerStorageTest::getStorage |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcacheProfilerStorageTest.php |
|
EntityTranslationUITest::setupLanguages |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Enables additional languages. |
language_elements_configuration_element |
function |
drupal/core/modules/language/tests/language_elements_test/language_elements_test.module |
A form containing a language configuration element. |
translation_language_switch_links_alter |
function |
drupal/core/modules/translation/translation.module |
Implements hook_language_switch_links_alter(). |
MockFileSessionStorageTest::$sessionDir |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php |
|
MockArraySessionStorage::setSessionData |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Sets the session data. |
MockArraySessionStorage::setMetadataBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Sets the MetadataBag. |
MockArraySessionStorage::getMetadataBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Gets the MetadataBag. |
AliasManagerCacheDecorator::__construct |
function |
drupal/core/lib/Drupal/Core/CacheDecorator/AliasManagerCacheDecorator.php |
Constructs a \Drupal\Core\CacheDecorator\AliasManagerCacheDecorator. |
StringStorageInterface::getTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Loads multiple string translation objects. |
AliasManagerCacheDecorator::setCacheKey |
function |
drupal/core/lib/Drupal/Core/CacheDecorator/AliasManagerCacheDecorator.php |
Implements \Drupal\Core\CacheDecorator\CacheDecoratorInterface::setCacheKey(). |
DatabaseStorageControllerNG::$bundleKey |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
The entity bundle key. |
StringStorageInterface::findTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Loads a string translation object, fast query. |
DatabaseStorageControllerNG::attachLoad |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Overrides DatabaseStorageController::attachLoad(). |
MTimeProtectedFastFileStorage::HTACCESS |
constant |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
|
DatabaseStorageControllerNG::invokeHook |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Overrides DatabaseStorageController::invokeHook(). |
locale_translate_add_language_set_batch |
function |
drupal/core/modules/locale/locale.bulk.inc |
Sets a batch for a newly-added language. |
SessionStorageInterface::getMetadataBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
|
update_manager_update_ready_form_submit |
function |
drupal/core/modules/update/update.manager.inc |
Form submission handler for update_manager_update_ready_form(). |