Search for lookup
- Search 7.x for lookup
- Search 8.9.x for lookup
- Search 10.3.x for lookup
- Search 11.x for lookup
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AliasManager::$lookupMap | property | core/ |
Holds the map of path lookups per language. |
AliasManager::$preloadedPathLookups | property | core/ |
Holds an array of previously looked up paths for the current request path. |
AliasRepository::lookupByAlias | function | core/ |
Searches a path alias for a given alias. |
AliasRepository::lookupBySystemPath | function | core/ |
Searches a path alias for a given Drupal system path. |
AliasRepositoryInterface::lookupByAlias | function | core/ |
Searches a path alias for a given alias. |
AliasRepositoryInterface::lookupBySystemPath | function | core/ |
Searches a path alias for a given Drupal system path. |
AliasTest::testLookupByAlias | function | core/ |
@covers ::lookupByAlias |
AliasTest::testLookupBySystemPath | function | core/ |
@covers ::lookupBySystemPath |
AliasTest::testLookupPath | function | core/ |
@covers \Drupal\path_alias\AliasManager::getPathByAlias @covers \Drupal\path_alias\AliasManager::getAliasByPath |
BlockContentBlock::$uuidLookup | property | core/ |
The block content UUID lookup service. |
BlockContentUuidLookup | class | core/ |
A cache collector that caches IDs for block_content UUIDs. |
BlockContentUuidLookup.php | file | core/ |
|
BlockContentUuidLookup::$entityTypeManager | property | core/ |
The entity type manager. |
BlockContentUuidLookup::resolveCacheMiss | function | core/ |
Resolves a cache miss. |
BlockContentUuidLookup::__construct | function | core/ |
Constructs a BlockContentUuidLookup instance. |
BlockPluginId::$migrateLookup | property | core/ |
The migrate lookup service. |
BlockVisibility::$migrateLookup | property | core/ |
The migrate lookup service. |
block_content.uuid_lookup | service | core/ |
\Drupal\block_content\BlockContentUuidLookup |
ConfigEntityQueryTest::testLookupKeys | function | core/ |
Tests lookup keys are added to the key value store. |
ConfigEntityType::$lookup_keys | property | core/ |
Keys that are stored key value store for fast lookup. |
ConfigEntityType::getLookupKeys | function | core/ |
Gets the keys that are available for fast lookup. |
ConfigEntityTypeInterface::getLookupKeys | function | core/ |
Gets the keys that are available for fast lookup. |
FieldBundle::$migrateLookup | property | core/ |
The migrate lookup service. |
FieldFile::$migrateLookup | property | core/ |
The migrate lookup service. |
FilterFormatPermission::$migrateLookup | property | core/ |
The migrate lookup service. |
InvalidLookupKeyException | class | core/ |
Exception thrown when a config entity uses an invalid lookup key. |
InvalidLookupKeyException.php | file | core/ |
|
LocaleLocaleLookupTest | class | core/ |
Tests LocaleLookup. |
LocaleLocaleLookupTest.php | file | core/ |
|
LocaleLocaleLookupTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
LocaleLocaleLookupTest::$modules | property | core/ |
Modules to enable. |
LocaleLocaleLookupTest::providerTestFixOldPluralStyle | function | core/ |
Provides data for testFixOldPluralStyle(). |
LocaleLocaleLookupTest::setUp | function | core/ |
|
LocaleLocaleLookupTest::testCircularDependency | function | core/ |
Tests that there are no circular dependencies. |
LocaleLocaleLookupTest::testFixOldPluralStyle | function | core/ |
Tests old plural style @count[number] fix. |
LocaleLocaleLookupTest::testLanguageFallbackDefaults | function | core/ |
Tests language fallback defaults. |
LocaleLookup | class | core/ |
A cache collector to allow for dynamic building of the locale cache. |
LocaleLookup.php | file | core/ |
|
LocaleLookup::$cache | property | core/ |
The cache backend that should be used. |
LocaleLookup::$configFactory | property | core/ |
The configuration factory. |
LocaleLookup::$context | property | core/ |
The msgctxt context. |
LocaleLookup::$langcode | property | core/ |
A language code. |
LocaleLookup::$languageManager | property | core/ |
The language manager. |
LocaleLookup::$lock | property | core/ |
The lock backend that should be used. |
LocaleLookup::$requestStack | property | core/ |
The request stack. |
LocaleLookup::$stringStorage | property | core/ |
The locale storage. |
LocaleLookup::getCid | function | core/ |
Gets the cache ID. |
LocaleLookup::resolveCacheMiss | function | core/ |
Resolves a cache miss. |
LocaleLookup::__construct | function | core/ |
Constructs a LocaleLookup object. |
LocaleLookupTest | class | core/ |
@coversDefaultClass \Drupal\locale\LocaleLookup @group locale |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.