Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithDefaultPathPrefix function core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php Tests the migration with LANGUAGE_NEGOTIATION_PATH_DEFAULT.
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithDomain function core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php Tests the migration with LANGUAGE_NEGOTIATION_DOMAIN.
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithDomain function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php Tests the migration with domain negotiation.
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithNoNegotiation function core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php Tests the migration with LANGUAGE_NEGOTIATION_NONE.
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithNonExistentVariables function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php Tests the migration with non-existent variables.
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithPathPrefix function core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php Tests the migration with LANGUAGE_NEGOTIATION_PATH.
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithPrefix function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php Tests the migration with prefix negotiation.
MigrateLanguageNegotiationSettingsTest::testLanguageTypes function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php Tests migration of language types variables to language.types.yml.
MigrateLanguageTest class core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php Tests Migrate Language.
MigrateLanguageTest.php file core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php
MigrateLanguageTest::$modules property core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php Modules to install.
MigrateLanguageTest::assertLanguage function core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php Asserts various properties of a configurable language entity.
MigrateLanguageTest::testLanguageMigration function core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php Tests migration of Drupal 6 languages to configurable language entities.
MigrateLocaleConfigsTest class core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php Upgrade variables to locale.settings.yml.
MigrateLocaleConfigsTest.php file core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php
MigrateLocaleConfigsTest::$modules property core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php Modules to install.
MigrateLocaleConfigsTest::setUp function core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php
MigrateLocaleConfigsTest::testLocaleSettings function core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php Tests migration of locale variables to locale.settings.yml.
MigrateLookup class core/modules/migrate/src/MigrateLookup.php Provides a migration lookup service.
MigrateLookup.php file core/modules/migrate/src/MigrateLookup.php
MigrateLookup::$migrationPluginManager property core/modules/migrate/src/MigrateLookup.php The migration plugin manager.
MigrateLookup::doLookup function core/modules/migrate/src/MigrateLookup.php Performs a lookup.
MigrateLookup::lookup function core/modules/migrate/src/MigrateLookup.php
MigrateLookup::__construct function core/modules/migrate/src/MigrateLookup.php Constructs a MigrateLookup object.
MigrateLookupInterface interface core/modules/migrate/src/MigrateLookupInterface.php Provides an interface for the migration lookup service.
MigrateLookupInterface.php file core/modules/migrate/src/MigrateLookupInterface.php
MigrateLookupInterface::lookup function core/modules/migrate/src/MigrateLookupInterface.php Retrieves destination ids from a migration lookup.
MigrateLookupTest class core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests the Migrate Lookup service.
MigrateLookupTest class core/modules/migrate/tests/src/Unit/MigrateLookupTest.php Provides unit testing for the migration lookup service.
MigrateLookupTest.php file core/modules/migrate/tests/src/Unit/MigrateLookupTest.php
MigrateLookupTest.php file core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php
MigrateLookupTest::$migrateLookup property core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php The migration lookup service.
MigrateLookupTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php
MigrateLookupTest::providerExceptionOnMigrationNotFound function core/modules/migrate/tests/src/Unit/MigrateLookupTest.php Provides data for testExceptionOnMigrationNotFound.
MigrateLookupTest::providerExceptionOnMultipleMigrationsNotFound function core/modules/migrate/tests/src/Unit/MigrateLookupTest.php Provides data for testExceptionOnMultipleMigrationsNotFound.
MigrateLookupTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php
MigrateLookupTest::testExceptionOnMigrationNotFound function core/modules/migrate/tests/src/Unit/MigrateLookupTest.php Tests message logged when a single migration is not found.
MigrateLookupTest::testExceptionOnMultipleMigrationsNotFound function core/modules/migrate/tests/src/Unit/MigrateLookupTest.php Tests message logged when multiple migrations are not found.
MigrateLookupTest::testInvalidIdLookup function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests an invalid lookup.
MigrateLookupTest::testLookup function core/modules/migrate/tests/src/Unit/MigrateLookupTest.php Tests the lookup function.
MigrateLookupTest::testLookupWithStringIds function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests a lookup with string source ids.
MigrateLookupTest::testMultipleMigrationLookup function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests looking up against multiple migrations at once.
MigrateLookupTest::testMultipleSourceIds function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests lookups with multiple source ids.
MigrateLookupTest::testSingleLookup function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests scenarios around single id lookups.
MigrateMapDeleteEvent class core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Wraps a migrate map delete event for event listeners.
MigrateMapDeleteEvent.php file core/modules/migrate/src/Event/MigrateMapDeleteEvent.php
MigrateMapDeleteEvent::$map property core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Map plugin.
MigrateMapDeleteEvent::$sourceId property core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Array of source ID fields.
MigrateMapDeleteEvent::getMap function core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Gets the map plugin.
MigrateMapDeleteEvent::getSourceId function core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Gets the source ID of the item being removed from the map.

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