Search for lookup
- Search 7.x for lookup
- Search 9.5.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. |
AliasStorage::lookupPathAlias | function | core/ |
Returns an alias of Drupal system URL. |
AliasStorage::lookupPathSource | function | core/ |
Returns Drupal system URL of an alias. |
AliasStorageInterface::lookupPathAlias | function | core/ |
Returns an alias of Drupal system URL. |
AliasStorageInterface::lookupPathSource | function | core/ |
Returns Drupal system URL of an alias. |
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. |
InvalidLookupKeyException | class | core/ |
Exception thrown when a config entity uses an invalid lookup key. |
InvalidLookupKeyException.php | file | core/ |
|
LegacyAliasStorageTest::testLookupPathAlias | function | core/ |
@covers ::lookupPathAlias[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for… |
LegacyAliasStorageTest::testLookupPathSource | function | core/ |
@covers ::lookupPathSource[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler… |
LegacyMigrationLookupTest | class | core/ |
Tests deprecated features of the migration lookup plugin. |
LegacyMigrationLookupTest.php | file | core/ |
|
LegacyMigrationLookupTest::testCreateStubRow | function | core/ |
Tests ::createStubRow() |
MigrationTest::successfulLookupDataProvider | function | core/ |
Provides data for the successful lookup test. |
MigrationTest::testSuccessfulLookup | function | core/ |
Tests a successful lookup. |
PhpTransliteration::lookupReplacement | function | core/ |
Look up the generic replacement for a UTF-8 character code. |
QueryFactory::CONFIG_LOOKUP_PREFIX | constant | core/ |
The prefix for the key value collection for fast lookups. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.