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