Search for destination
- Search 7.x for destination
- Search 9.5.x for destination
- Search 8.9.x for destination
- Search 11.x for destination
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
MigrateDestinationInterface::fields | function | core/ |
Returns an array of destination fields. |
MigrateDestinationInterface::getDestinationModule | function | core/ |
Gets the destination module handling the destination data. |
MigrateDestinationInterface::getIds | function | core/ |
Gets the destination IDs. |
MigrateDestinationInterface::import | function | core/ |
Import the row. |
MigrateDestinationInterface::rollback | function | core/ |
Delete the specified destination object from the target Drupal. |
MigrateDestinationInterface::rollbackAction | function | core/ |
The rollback action for the last imported item. |
MigrateDestinationInterface::supportsRollback | function | core/ |
Whether the destination can be rolled back or not. |
MigrateDestinationPluginManager | class | core/ |
Plugin manager for migrate destination plugins. |
MigrateDestinationPluginManager.php | file | core/ |
|
MigrateDestinationPluginManager::$entityTypeManager | property | core/ |
The entity type manager. |
MigrateDestinationPluginManager::createInstance | function | core/ |
A specific createInstance method is necessary to pass the migration on. |
MigrateDestinationPluginManager::__construct | function | core/ |
Constructs a MigrateDestinationPluginManager object. |
MigrateEntityContentBaseTest::$destination | property | core/ |
A content migrate destination. |
MigrateEntityContentBaseTest::createDestination | function | core/ |
Create the destination plugin to test. |
MigrateEntityContentBaseTest::testEmptyDestinations | function | core/ |
Tests empty destinations. |
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::testImportWithValidRowWithoutDestinationId | function | core/ |
Tests the import method with a valid row. |
MigrateExecutableTest::testProcessRowEmptyDestination | function | core/ |
Tests the processRow method. |
MigrateField::$destination_module | property | core/ |
Identifies the system handling the data the destination plugin will write. |
MigrateIdMapInterface::currentDestination | function | core/ |
Looks up the destination identifier currently being iterated. |
MigrateIdMapInterface::deleteDestination | function | core/ |
Deletes the map and message table entries for a given destination row. |
MigrateIdMapInterface::getRowByDestination | function | core/ |
Retrieves a row by the destination identifiers. |
MigrateIdMapInterface::lookupDestinationIds | function | core/ |
Looks up the destination identifiers corresponding to a source key. |
MigratePostRowSaveEvent::$destinationIdValues | property | core/ |
The row's destination ID. |
MigratePostRowSaveEvent::getDestinationIdValues | function | core/ |
Gets the destination ID values. |
MigratePostRowSaveEventTest::testGetDestinationIdValues | function | core/ |
Tests getDestinationIdValues method. |
MigrateRowDeleteEvent::$destinationIdValues | property | core/ |
Values representing the destination ID. |
MigrateRowDeleteEvent::getDestinationIdValues | function | core/ |
Gets the destination ID values. |
MigrateSqlIdMapTest::$destinationIds | property | core/ |
The destination IDs. |
MigrateSqlIdMapTest::lookupDestinationIdMappingDataProvider | function | core/ |
Data provider for testLookupDestinationIdMapping(). |
MigrateSqlIdMapTest::testCurrentDestinationAndSource | function | core/ |
Tests currentDestination() and currentSource(). |
MigrateSqlIdMapTest::testGetRowByDestination | function | core/ |
Tests the getRowByDestination method. |
MigrateSqlIdMapTest::testLookupDestinationIdMapping | function | core/ |
Performs destination ID test on source and destination fields. |
MigrateSqlIdMapTest::testLookupDestinationIds | function | core/ |
Tests lookupDestinationIds(). |
MigrateUpgradeFormBase::$destinationSiteVersion | property | core/ |
The destination site major version. |
MigrateUpgradeTestBase::$destinationSiteVersion | property | core/ |
The destination site major version. |
Migration::$destination | property | core/ |
The destination configuration, with at least a 'plugin' key. |
Migration::$destinationIds | property | core/ |
The destination identifiers. |
Migration::$destinationPlugin | property | core/ |
The destination plugin. |
Migration::$destinationPluginManager | property | core/ |
The destination plugin manager. |
Migration::getDestinationConfiguration | function | core/ |
Get the destination configuration, with at least a 'plugin' key. |
Migration::getDestinationIds | function | core/ |
The destination identifiers. |
Migration::getDestinationPlugin | function | core/ |
Returns the initialized destination plugin. |
MigrationInterface::getDestinationConfiguration | function | core/ |
Get the destination configuration, with at least a 'plugin' key. |
MigrationInterface::getDestinationIds | function | core/ |
The destination identifiers. |
MigrationInterface::getDestinationPlugin | function | core/ |
Returns the initialized destination plugin. |
MigrationState::$destinations | property | core/ |
An array of migration source and destinations. |
MigrationState::buildDiscoveredDestinationsBySource | function | core/ |
Builds migration source and destination module information. |
MigrationState::getDestinationsForSource | function | core/ |
Get net destinations for source module. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.