Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
MigratePrivateFileTest::register function core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php Registers test-specific services.
MigratePrivateFileTest::setUp function core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php
MigratePrivateFileTest::testFileMigration function core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php Tests that all expected files are migrated.
MigrateProcess class core/modules/migrate/src/Attribute/MigrateProcess.php Defines a MigrateProcess attribute.
MigrateProcess.php file core/modules/migrate/src/Attribute/MigrateProcess.php
MigrateProcess::__construct function core/modules/migrate/src/Attribute/MigrateProcess.php Constructs a migrate process plugin attribute object.
MigrateProcessErrorMessagesTest class core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Tests the format of messages from process plugin exceptions.
MigrateProcessErrorMessagesTest.php file core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php
MigrateProcessErrorMessagesTest::$definition property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php The default stub migration definition.
MigrateProcessErrorMessagesTest::$idMap property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A mock ID Map.
MigrateProcessErrorMessagesTest::$idMapPluginManager property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A mock ID Map Plugin Manager.
MigrateProcessErrorMessagesTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Modules to install.
MigrateProcessErrorMessagesTest::$processPluginManager property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A mock Process Plugin Manager.
MigrateProcessErrorMessagesTest::setPluginManagers function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Prepares and sets the prophesized plugin managers.
MigrateProcessErrorMessagesTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php
MigrateProcessErrorMessagesTest::testProcessErrorMessage function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Tests format of map messages saved from plugin exceptions.
MigrateProcessErrorMessagesTest::testSubProcessErrorMessage function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Tests format of map messages saved from sub_process exceptions.
MigrateProcessInterface interface core/modules/migrate/src/Plugin/MigrateProcessInterface.php An interface for migrate process plugins.
MigrateProcessInterface.php file core/modules/migrate/src/Plugin/MigrateProcessInterface.php
MigrateProcessInterface::isPipelineStopped function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Determines if the pipeline should stop processing.
MigrateProcessInterface::multiple function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Indicates whether the returned value requires multiple handling.
MigrateProcessInterface::reset function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Resets the internal data of a plugin.
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 Base class for the Migrate module migrate process unit tests.
MigrateProcessTestCase.php file core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase::$migrateExecutable property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php The migration executable or a mock.
MigrateProcessTestCase::$plugin property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php The migration process plugin.
MigrateProcessTestCase::$row property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php A mock of a process row.
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 install.
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.
MigrateResponsiveImageStylesTest class core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php Tests migration of responsive image styles.
MigrateResponsiveImageStylesTest.php file core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php
MigrateResponsiveImageStylesTest::$modules property core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php Modules to install.
MigrateResponsiveImageStylesTest::setUp function core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php
MigrateResponsiveImageStylesTest::testResponsiveImageStyles function core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php Tests the Drupal 7 to Drupal 8 responsive image styles migration.
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 install.
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 a rollback event object.
MigrateRollbackTest class core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php Tests rolling back of imports.

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