Search for lookup

  1. Search 7.x for lookup
  2. Search 9.5.x for lookup
  3. Search 10.3.x for lookup
  4. Search 11.x for lookup
  5. Other projects
Title Object type File name Summary
AliasManager::$lookupMap property core/lib/Drupal/Core/Path/AliasManager.php Holds the map of path lookups per language.
AliasManager::$preloadedPathLookups property core/lib/Drupal/Core/Path/AliasManager.php Holds an array of previously looked up paths for the current request path.
AliasRepository::lookupByAlias function core/lib/Drupal/Core/Path/AliasRepository.php Searches a path alias for a given alias.
AliasRepository::lookupBySystemPath function core/lib/Drupal/Core/Path/AliasRepository.php Searches a path alias for a given Drupal system path.
AliasRepositoryInterface::lookupByAlias function core/lib/Drupal/Core/Path/AliasRepositoryInterface.php Searches a path alias for a given alias.
AliasRepositoryInterface::lookupBySystemPath function core/lib/Drupal/Core/Path/AliasRepositoryInterface.php Searches a path alias for a given Drupal system path.
AliasStorage::lookupPathAlias function core/lib/Drupal/Core/Path/AliasStorage.php Returns an alias of Drupal system URL.
AliasStorage::lookupPathSource function core/lib/Drupal/Core/Path/AliasStorage.php Returns Drupal system URL of an alias.
AliasStorageInterface::lookupPathAlias function core/lib/Drupal/Core/Path/AliasStorageInterface.php Returns an alias of Drupal system URL.
AliasStorageInterface::lookupPathSource function core/lib/Drupal/Core/Path/AliasStorageInterface.php Returns Drupal system URL of an alias.
AliasTest::testLookupByAlias function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers ::lookupByAlias
AliasTest::testLookupBySystemPath function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers ::lookupBySystemPath
AliasTest::testLookupPath function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers \Drupal\path_alias\AliasManager::getPathByAlias
@covers \Drupal\path_alias\AliasManager::getAliasByPath
BlockContentBlock::$uuidLookup property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The block content UUID lookup service.
BlockContentUuidLookup class core/modules/block_content/src/BlockContentUuidLookup.php A cache collector that caches IDs for block_content UUIDs.
BlockContentUuidLookup.php file core/modules/block_content/src/BlockContentUuidLookup.php
BlockContentUuidLookup::$entityTypeManager property core/modules/block_content/src/BlockContentUuidLookup.php The entity type manager.
BlockContentUuidLookup::resolveCacheMiss function core/modules/block_content/src/BlockContentUuidLookup.php Resolves a cache miss.
BlockContentUuidLookup::__construct function core/modules/block_content/src/BlockContentUuidLookup.php Constructs a BlockContentUuidLookup instance.
BlockPluginId::$migrateLookup property core/modules/block/src/Plugin/migrate/process/BlockPluginId.php The migrate lookup service.
BlockVisibility::$migrateLookup property core/modules/block/src/Plugin/migrate/process/BlockVisibility.php The migrate lookup service.
block_content.uuid_lookup service core/modules/block_content/block_content.services.yml \Drupal\block_content\BlockContentUuidLookup
ConfigEntityQueryTest::testLookupKeys function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests lookup keys are added to the key value store.
ConfigEntityType::$lookup_keys property core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Keys that are stored key value store for fast lookup.
ConfigEntityType::getLookupKeys function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Gets the keys that are available for fast lookup.
ConfigEntityTypeInterface::getLookupKeys function core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php Gets the keys that are available for fast lookup.
FieldFile::$migrateLookup property core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php The migrate lookup service.
FilterFormatPermission::$migrateLookup property core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php The migrate lookup service.
InvalidLookupKeyException class core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php Exception thrown when a config entity uses an invalid lookup key.
InvalidLookupKeyException.php file core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php
LegacyAliasStorageTest::testLookupPathAlias function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::lookupPathAlias
@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 the…
LegacyAliasStorageTest::testLookupPathSource function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::lookupPathSource
@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 the…
LegacyMigrationLookupTest class core/modules/migrate/tests/src/Unit/process/LegacyMigrationLookupTest.php Tests deprecated features of the migration lookup plugin.
LegacyMigrationLookupTest.php file core/modules/migrate/tests/src/Unit/process/LegacyMigrationLookupTest.php
LegacyMigrationLookupTest::testCreateStubRow function core/modules/migrate/tests/src/Unit/process/LegacyMigrationLookupTest.php Tests ::createStubRow()
LocaleLocaleLookupTest class core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php Tests LocaleLookup.
LocaleLocaleLookupTest.php file core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php
LocaleLocaleLookupTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php The theme to install as the default for testing.
LocaleLocaleLookupTest::$modules property core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php Modules to enable.
LocaleLocaleLookupTest::providerTestFixOldPluralStyle function core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php Provides data for testFixOldPluralStyle().
LocaleLocaleLookupTest::setUp function core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php
LocaleLocaleLookupTest::testCircularDependency function core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php Tests that there are no circular dependencies.
LocaleLocaleLookupTest::testFixOldPluralStyle function core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php Test old plural style @count[number] fix.
LocaleLocaleLookupTest::testLanguageFallbackDefaults function core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php Test language fallback defaults.
LocaleLookup class core/modules/locale/src/LocaleLookup.php A cache collector to allow for dynamic building of the locale cache.
LocaleLookup.php file core/modules/locale/src/LocaleLookup.php
LocaleLookup::$cache property core/modules/locale/src/LocaleLookup.php The cache backend that should be used.
LocaleLookup::$configFactory property core/modules/locale/src/LocaleLookup.php The configuration factory.
LocaleLookup::$context property core/modules/locale/src/LocaleLookup.php The msgctxt context.
LocaleLookup::$langcode property core/modules/locale/src/LocaleLookup.php A language code.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.