Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
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 @group migrate_drupal_6
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 enable.
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.
MigrateLinkDomainSettingFromRestToHalUpdateTest class core/modules/hal/tests/src/Functional/Update/MigrateLinkDomainSettingFromRestToHalUpdateTest.php 'link_domain' is migrated from 'rest.settings' to 'hal.settings'.
MigrateLinkDomainSettingFromRestToHalUpdateTest.php file core/modules/hal/tests/src/Functional/Update/MigrateLinkDomainSettingFromRestToHalUpdateTest.php
MigrateLinkDomainSettingFromRestToHalUpdateTest::setDatabaseDumpFiles function core/modules/hal/tests/src/Functional/Update/MigrateLinkDomainSettingFromRestToHalUpdateTest.php Set database dump files to be used.
MigrateLinkDomainSettingFromRestToHalUpdateTest::testLinkDomainMigratedFromRestSettingsToHalSettings function core/modules/hal/tests/src/Functional/Update/MigrateLinkDomainSettingFromRestToHalUpdateTest.php Tests hal_update_8301().
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 enable.
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 Retrieves destination ids from a migration lookup.
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 Modules to enable.
MigrateLookupTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php
MigrateLookupTest::testExceptionOnMigrationNotFound function core/modules/migrate/tests/src/Unit/MigrateLookupTest.php Tests that an appropriate message is logged if a PluginException is thrown.
MigrateLookupTest::testInvalidIdLookup function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests an invalid lookup.
MigrateLookupTest::testInvalidMigrationLookup 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.