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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
MigrateNoMigrateDrupalTest::$modules property core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php Modules to install.
MigrateNoMigrateDrupalTest::setUp function core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php
MigrateNoMigrateDrupalTest::testExecutionNoMigrateDrupal function core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php Tests execution of a migration.
MigratePluginManager::createInstance function core/modules/migrate/src/Plugin/MigratePluginManager.php Creates a plugin instance based on the provided ID and configuration.
MigratePluginManager::__construct function core/modules/migrate/src/Plugin/MigratePluginManager.php Constructs a MigratePluginManager object.
MigratePluginManagerInterface::createInstance function core/modules/migrate/src/Plugin/MigratePluginManagerInterface.php Creates a pre-configured instance of a migration plugin.
MigratePostRowSaveEvent class core/modules/migrate/src/Event/MigratePostRowSaveEvent.php Wraps a post-save event for event listeners.
MigratePostRowSaveEvent.php file core/modules/migrate/src/Event/MigratePostRowSaveEvent.php
MigratePostRowSaveEvent::$destinationIdValues property core/modules/migrate/src/Event/MigratePostRowSaveEvent.php The row's destination ID.
MigratePostRowSaveEvent::getDestinationIdValues function core/modules/migrate/src/Event/MigratePostRowSaveEvent.php Gets the destination ID values.
MigratePostRowSaveEvent::__construct function core/modules/migrate/src/Event/MigratePostRowSaveEvent.php Constructs a post-save event object.
MigratePostRowSaveEventTest class core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php @coversDefaultClass \Drupal\migrate\Event\MigratePostRowSaveEvent[[api-linebreak]]
@group migrate
MigratePostRowSaveEventTest.php file core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php
MigratePostRowSaveEventTest::testGetDestinationIdValues function core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php Tests getDestinationIdValues method.
MigratePostRowSaveEventTest::testGetRow function core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php Tests getRow method.
MigratePreRowSaveEvent class core/modules/migrate/src/Event/MigratePreRowSaveEvent.php Wraps a pre-save event for event listeners.
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 @coversDefaultClass \Drupal\migrate\Event\MigratePreRowSaveEvent[[api-linebreak]]
@group migrate
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 prophesized ID Map.
MigrateProcessErrorMessagesTest::$idMapPluginManager property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A prophesized 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 prophesized 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.

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