Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
MigrateExecutableTest.php file core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
MigrateExecutableTest::$eventDispatcher property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php A mocked event dispatcher.
MigrateExecutableTest::$executable property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php The tested migrate executable.
MigrateExecutableTest::$idMapRecords property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Stores ID map records of the ID map plugin from ::getTestRollbackIdMap.
MigrateExecutableTest::$message property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php The mocked migrate message.
MigrateExecutableTest::$migration property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php The mocked migration entity.
MigrateExecutableTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php The migration's configuration values.
MigrateExecutableTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php Modules to install.
MigrateExecutableTest::getMockSource function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Returns a mock migration source instance.
MigrateExecutableTest::getTestRollbackIdMap function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Returns an ID map object prophecy used in ::testRollback.
MigrateExecutableTest::providerTestRollback function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Data provider for ::testRollback.
MigrateExecutableTest::setUp function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
MigrateExecutableTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php
MigrateExecutableTest::testContinuePipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests a plugin which does not stop the pipeline.
MigrateExecutableTest::testImportWithFailingRewind function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests an import with an incomplete rewinding.
MigrateExecutableTest::testImportWithValidRow function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowNoDestinationValues function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowWithDestinationMigrateException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a thrown MigrateException.
MigrateExecutableTest::testImportWithValidRowWithException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a regular Exception being thrown.
MigrateExecutableTest::testImportWithValidRowWithoutDestinationId function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowWithProcesMigrateException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a thrown MigrateException.
MigrateExecutableTest::testMigrateExecutable function core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php Tests the MigrateExecutable class.
MigrateExecutableTest::testProcessRow function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method.
MigrateExecutableTest::testProcessRowEmptyDestination function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method.
MigrateExecutableTest::testProcessRowEmptyPipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method with an empty pipeline.
MigrateExecutableTest::testProcessRowPipelineException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow pipeline exception.
MigrateExecutableTest::testRollback function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests rollback.
MigrateExecutableTest::testStopPipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests a plugin which stops the pipeline.
MigrateExternalTranslatedTest class core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php Tests migrating non-Drupal translated content.
MigrateExternalTranslatedTest.php file core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php
MigrateExternalTranslatedTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php Modules to install.
MigrateExternalTranslatedTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php
MigrateExternalTranslatedTest::testMigrations function core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php Tests importing and rolling back our data.
MigrateExternalTranslatedTestSource class core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php A simple migrate source for our tests.
MigrateExternalTranslatedTestSource.php file core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php
MigrateExternalTranslatedTestSource::$import property core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php The data to import.
MigrateExternalTranslatedTestSource::fields function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Returns available fields on the source.
MigrateExternalTranslatedTestSource::getIds function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Defines the source fields uniquely identifying a source row.
MigrateExternalTranslatedTestSource::initializeIterator function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Initializes the iterator with the source data.
MigrateExternalTranslatedTestSource::__toString function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Allows class to decide how it will react when it is treated like a string.
MigrateField class core/modules/migrate_drupal/src/Attribute/MigrateField.php Defines a field plugin attribute object.
MigrateField class core/modules/migrate_drupal/src/Annotation/MigrateField.php Defines a field plugin annotation object.
MigrateField.php file core/modules/migrate_drupal/src/Attribute/MigrateField.php
MigrateField.php file core/modules/migrate_drupal/src/Annotation/MigrateField.php
MigrateField::$core property core/modules/migrate_drupal/src/Annotation/MigrateField.php The Drupal core version(s) this plugin applies to.
MigrateField::$definition property core/modules/migrate_drupal/src/Attribute/MigrateField.php The plugin definition.
MigrateField::$destination_module property core/modules/migrate_drupal/src/Annotation/MigrateField.php Identifies the system handling the data the destination plugin will write.
MigrateField::$id property core/modules/migrate_drupal/src/Annotation/MigrateField.php The plugin ID.
MigrateField::$source_module property core/modules/migrate_drupal/src/Annotation/MigrateField.php Identifies the system providing the data the field plugin will read.
MigrateField::$type_map property core/modules/migrate_drupal/src/Annotation/MigrateField.php Map of D6 and D7 field types to D8 field type plugin IDs.

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