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
MigrateProcessPlugin.php file core/modules/migrate/src/Annotation/MigrateProcessPlugin.php
MigrateProcessPlugin::$handle_multiples property core/modules/migrate/src/Annotation/MigrateProcessPlugin.php Whether the plugin handles multiples itself.
MigrateProcessPlugin::$id property core/modules/migrate/src/Annotation/MigrateProcessPlugin.php A unique identifier for the process plugin.
MigrateProcessTestCase class core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase.php file core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase::$migrateExecutable property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase::$plugin property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase::$row property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase::setUp function core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProfileFieldOptionTranslationTest class core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php Tests field option translations migration.
MigrateProfileFieldOptionTranslationTest.php file core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php
MigrateProfileFieldOptionTranslationTest::$modules property core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php Modules to enable.
MigrateProfileFieldOptionTranslationTest::setUp function core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php
MigrateProfileFieldOptionTranslationTest::testFieldOptionTranslation function core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php Tests the Drupal 6 field option translation.
MigrateRdfMappingTest class core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php Tests RDF mappings migration from Drupal 7 to 8.
MigrateRdfMappingTest.php file core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php
MigrateRdfMappingTest::$modules property core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php Modules to enable.
MigrateRdfMappingTest::assertRdfMapping function core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php Asserts various aspects of a RDF mapping.
MigrateRdfMappingTest::setUp function core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php
MigrateRdfMappingTest::testRdfMappingMigration function core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php Tests RDF mappings migration from Drupal 7 to 8.
MigrateRollbackEntityConfigTest class core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php Tests rolling back of imports.
MigrateRollbackEntityConfigTest.php file core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php
MigrateRollbackEntityConfigTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php Modules to enable.
MigrateRollbackEntityConfigTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php
MigrateRollbackEntityConfigTest::testConfigEntityRollback function core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php Tests rolling back configuration entity translations.
MigrateRollbackEvent class core/modules/migrate/src/Event/MigrateRollbackEvent.php Wraps a pre- or post-rollback event for event listeners.
MigrateRollbackEvent.php file core/modules/migrate/src/Event/MigrateRollbackEvent.php
MigrateRollbackEvent::$migration property core/modules/migrate/src/Event/MigrateRollbackEvent.php Migration entity.
MigrateRollbackEvent::getMigration function core/modules/migrate/src/Event/MigrateRollbackEvent.php Gets the migration entity.
MigrateRollbackEvent::__construct function core/modules/migrate/src/Event/MigrateRollbackEvent.php Constructs an rollback event object.
MigrateRollbackTest class core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php Tests rolling back of imports.
MigrateRollbackTest.php file core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php
MigrateRollbackTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php Modules to enable.
MigrateRollbackTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php
MigrateRollbackTest::testRollback function core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php Tests rolling back configuration and content entities.
MigrateRowDeleteEvent class core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Wraps a row deletion event for event listeners.
MigrateRowDeleteEvent.php file core/modules/migrate/src/Event/MigrateRowDeleteEvent.php
MigrateRowDeleteEvent::$destinationIdValues property core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Values representing the destination ID.
MigrateRowDeleteEvent::$migration property core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Migration entity.
MigrateRowDeleteEvent::getDestinationIdValues function core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Gets the destination ID values.
MigrateRowDeleteEvent::getMigration function core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Gets the migration entity.
MigrateRowDeleteEvent::__construct function core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Constructs a row deletion event object.
MigrateSearchPageTest class core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php Upgrade search page variables.
MigrateSearchPageTest class core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php Tests migration of search page status and settings.
MigrateSearchPageTest.php file core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php
MigrateSearchPageTest.php file core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php
MigrateSearchPageTest::$modules property core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php Modules to enable.
MigrateSearchPageTest::$modules property core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php The modules to be enabled during the test.
MigrateSearchPageTest::assertEntity function core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php Asserts various aspects of an SearchPage entity.
MigrateSearchPageTest::setUp function core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php

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