|
LocaleLookup |
class |
drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php |
Extends CacheArray to allow for dynamic building of the locale cache. |
|
Store::lookup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php |
Locates a cached Response for the Request provided. |
|
LocaleLookup.php |
file |
drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php |
Definition of LocaleLookup |
|
HttpCache::lookup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php |
Lookups a Response from the cache for the given Request. |
|
LocaleLookup::$context |
property |
drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php |
The msgctxt context. |
|
StoreInterface::lookup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php |
Locates a cached Response for the Request provided. |
|
action_function_lookup |
function |
drupal/core/modules/action/action.module |
Returns an action array key (function or ID), given its hash. |
|
LocaleLookup::$langcode |
property |
drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php |
A language code. |
|
system_date_time_lookup |
function |
drupal/core/modules/system/system.admin.inc |
Ajax callback; Returns the date for a given format string. |
|
AliasManager::$lookupMap |
property |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Holds the map of path lookups per language. |
|
LocaleLookup::__construct |
function |
drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php |
Constructs a LocaleCache object. |
|
AliasTest::testLookupPath |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php |
|
|
AliasManager::$firstLookup |
property |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Whether lookupPath() has not yet been called. |
|
LocaleLookup::$stringStorage |
property |
drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php |
The locale storage |
|
AliasManager::getPathLookups |
function |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Implements \Drupal\Core\Path\AliasManagerInterface::getPathLookups(). |
|
AliasManager::lookupPathAlias |
function |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Given a Drupal system URL return one of its aliases if such a one exists.
Otherwise, return FALSE. |
|
AliasManager::lookupPathSource |
function |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Given an alias, return its Drupal system URL if one exists. Otherwise,
return FALSE. |
|
LocaleLookup::resolveCacheMiss |
function |
drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php |
Implements CacheArray::resolveCacheMiss(). |
|
AliasManager::preloadPathLookups |
function |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Implements \Drupal\Core\Path\AliasManagerInterface::preloadPathLookups(). |
|
AliasManager::$preloadedPathLookups |
property |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Holds an array of previously looked up paths for the current request path. |
|
AliasManagerInterface::getPathLookups |
function |
drupal/core/lib/Drupal/Core/Path/AliasManagerInterface.php |
Returns an array of system paths that have been looked up. |
|
AliasManagerInterface::preloadPathLookups |
function |
drupal/core/lib/Drupal/Core/Path/AliasManagerInterface.php |
Preload a set of paths for bulk alias lookups. |
|
StoreTest::testFindsAStoredEntryWithLookup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
|
AliasManagerCacheDecorator::getPathLookups |
function |
drupal/core/lib/Drupal/Core/CacheDecorator/AliasManagerCacheDecorator.php |
Implements \Drupal\Core\Path\AliasManagerInterface::getPathLookups(). |
|
AliasManagerCacheDecorator::preloadPathLookups |
function |
drupal/core/lib/Drupal/Core/CacheDecorator/AliasManagerCacheDecorator.php |
Implements \Drupal\Core\Path\AliasManagerInterface::preloadPathLookups(). |
|
AliasManagerCacheDecorator::$preloadedPathLookups |
property |
drupal/core/lib/Drupal/Core/CacheDecorator/AliasManagerCacheDecorator.php |
Holds an array of previously cached paths based on a request path. |
|
StoreTest::testDoesNotReturnEntriesThatVaryWithLookup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
|
StoreTest::testRestoresResponseHeadersProperlyWithLookup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
|
StoreTest::testDoesNotFindAnEntryWithLookupWhenNoneExists |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
|
StoreTest::testRestoresResponseContentFromEntityStoreWithLookup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
|
StoreTest::testDoesNotFindAnEntryWithLookupWhenTheBodyDoesNotExist |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|