Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
MigrateProcessInterface::transform function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Performs the associated process.
MigrateProcessPlugin class core/modules/migrate/src/Annotation/MigrateProcessPlugin.php Defines a migration process plugin annotation object.
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::__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::$destinationIdValues property core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Values representing the destination ID.
MigrateRowDeleteEvent::getDestinationIdValues function core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Gets the destination ID values.
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
MigrateSearchPageTest::testModuleExists function core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php Tests that search page is only migrated for modules enabled on D8 site.
MigrateSearchPageTest::testSearchPage function core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php Tests Drupal 6 search settings to Drupal 8 search page entity migration.
MigrateSearchPageTest::testSearchPage function core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php Tests migration of search status and settings to search page entity.
MigrateSearchPageTest::testUserSearchCreate function core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php Tests that a search page will be created if it does not exist.
MigrateSearchSettingsTest class core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php Upgrade variables to search.settings.yml.
MigrateSearchSettingsTest class core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchSettingsTest.php Tests migration of Search variables to configuration.

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