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 |
|---|---|---|---|
| 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[[api-linebreak]] @group locale |
| LocaleLookupTest.php | file | core/ |
|
| LocaleLookupTest::$cache | property | core/ |
A mocked cache object. |
| LocaleLookupTest::$configFactory | property | core/ |
A mocked config factory built with UnitTestCase::getConfigFactoryStub(). |
| LocaleLookupTest::$languageManager | property | core/ |
A mocked language manager built from LanguageManagerInterface. |
| LocaleLookupTest::$lock | property | core/ |
A mocked lock object. |
| LocaleLookupTest::$requestStack | property | core/ |
The request stack. |
| LocaleLookupTest::$storage | property | core/ |
A mocked storage to use when instantiating LocaleTranslation objects. |
| LocaleLookupTest::$user | property | core/ |
A mocked user object built from AccountInterface. |
| LocaleLookupTest::providerFixOldPluralTranslationProvider | function | core/ |
Provides test data for testResolveCacheMissWithFallback(). |
| LocaleLookupTest::resolveCacheMissWithFallbackProvider | function | core/ |
Provides test data for testResolveCacheMissWithFallback(). |
| LocaleLookupTest::setUp | function | core/ |
|
| LocaleLookupTest::testFixOldPluralStyleTranslations | function | core/ |
Tests locale lookups with old plural style of translations. |
| LocaleLookupTest::testResolveCacheMissNoTranslation | function | core/ |
Tests locale lookups without a found translation. |
| LocaleLookupTest::testResolveCacheMissWithFallback | function | core/ |
Tests locale lookups with fallback. |
| LocaleLookupTest::testResolveCacheMissWithoutFallback | function | core/ |
Tests locale lookups without fallback. |
| LocaleLookupTest::testResolveCacheMissWithPersist | function | core/ |
Tests locale lookups with persistent tracking. |
| locale_test_language_fallback_candidates_locale_lookup_alter | function | core/ |
Implements hook_language_fallback_candidates_OPERATION_alter(). |
| MenuLinkParent::$migrateLookup | property | core/ |
The migrate lookup service. |
| MenuLinkParentTest::$migrateLookup | property | core/ |
A MigrateLookupInterface prophecy. |
| migrate.lookup | service | core/ |
Drupal\migrate\MigrateLookup |
| MigrateIdMapInterface::lookupDestinationId | function | core/ |
Looks up the destination identifier corresponding to a source key. |
| MigrateIdMapInterface::lookupDestinationIds | function | core/ |
Looks up the destination identifiers corresponding to a source key. |
| MigrateIdMapInterface::lookupSourceId | function | core/ |
Looks up the source identifier. |
| MigrateLookup | class | core/ |
Provides a migration lookup service. |
| MigrateLookup.php | file | core/ |
|
| MigrateLookup::$migrationPluginManager | property | core/ |
The migration plugin manager. |
| MigrateLookup::doLookup | function | core/ |
Performs a lookup. |
| MigrateLookup::lookup | function | core/ |
Retrieves destination ids from a migration lookup. |
| MigrateLookup::__construct | function | core/ |
Constructs a MigrateLookup object. |
| MigrateLookupInterface | interface | core/ |
Provides an interface for the migration lookup service. |
| MigrateLookupInterface.php | file | core/ |
|
| MigrateLookupInterface::lookup | function | core/ |
Retrieves destination ids from a migration lookup. |
| MigrateLookupTest | class | core/ |
Provides unit testing for the migration lookup service. |
| MigrateLookupTest | class | core/ |
Tests the Migrate Lookup service. |
| MigrateLookupTest.php | file | core/ |
|
| MigrateLookupTest.php | file | core/ |
|
| MigrateLookupTest::$migrateLookup | property | core/ |
The migration lookup service. |
| MigrateLookupTest::$modules | property | core/ |
Modules to enable. |
| MigrateLookupTest::setUp | function | core/ |
|
| MigrateLookupTest::testExceptionOnMigrationNotFound | function | core/ |
Tests that an appropriate message is logged if a PluginException is thrown. |
| MigrateLookupTest::testInvalidIdLookup | function | core/ |
Tests an invalid lookup. |
| MigrateLookupTest::testInvalidMigrationLookup | function | core/ |
Tests an invalid lookup. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.