Search for lookup
- Search 7.x for lookup
- Search 9.5.x for lookup
- Search 8.9.x for lookup
- Search 10.3.x for lookup
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
LocaleLookupTest | class | core/ |
@coversDefaultClass \Drupal\locale\LocaleLookup @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::getCidProvider | function | core/ |
Provides test data for testGetCid(). |
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::testGetCid | function | core/ |
@covers ::getCid |
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. |
LocaleTestHooks::languageFallbackCandidatesLocaleLookupAlter | function | core/ |
Implements hook_language_fallback_candidates_OPERATION_alter(). |
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::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/ |
|
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 install. |
MigrateLookupTest::providerExceptionOnMigrationNotFound | function | core/ |
Provides data for testExceptionOnMigrationNotFound. |
MigrateLookupTest::providerExceptionOnMultipleMigrationsNotFound | function | core/ |
Provides data for testExceptionOnMultipleMigrationsNotFound. |
MigrateLookupTest::setUp | function | core/ |
|
MigrateLookupTest::testExceptionOnMigrationNotFound | function | core/ |
Tests message logged when a single migration is not found. |
MigrateLookupTest::testExceptionOnMultipleMigrationsNotFound | function | core/ |
Tests message logged when multiple migrations are not found. |
MigrateLookupTest::testInvalidIdLookup | function | core/ |
Tests an invalid lookup. |
MigrateLookupTest::testLookup | function | core/ |
Tests the lookup function. |
MigrateLookupTest::testLookupWithStringIds | function | core/ |
Tests a lookup with string source ids. |
MigrateLookupTest::testMultipleMigrationLookup | function | core/ |
Tests looking up against multiple migrations at once. |
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.