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 11.x for %s
  6. Other projects
Title Object type File name Summary
MigratePreRowSaveEvent.php file core/modules/migrate/src/Event/MigratePreRowSaveEvent.php
MigratePreRowSaveEvent::$row property core/modules/migrate/src/Event/MigratePreRowSaveEvent.php Row object.
MigratePreRowSaveEvent::getRow function core/modules/migrate/src/Event/MigratePreRowSaveEvent.php Gets the row object.
MigratePreRowSaveEvent::__construct function core/modules/migrate/src/Event/MigratePreRowSaveEvent.php Constructs a pre-save event object.
MigratePreRowSaveEventTest class core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php Tests Drupal\migrate\Event\MigratePreRowSaveEvent.
MigratePreRowSaveEventTest.php file core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php
MigratePreRowSaveEventTest::testGetRow function core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php Tests getRow method.
MigratePrivateFileTest class core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php Tests private files migration.
MigratePrivateFileTest.php file core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php
MigratePrivateFileTest::$modules property core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php Modules to install.
MigratePrivateFileTest::getFileMigrationInfo function core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php Returns information about the file to be migrated.
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.

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