Search for destination
- Search 7.x for destination
- Search 9.5.x for destination
- Search 10.3.x for destination
- Search 11.x for destination
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::lookupDestinationId | function | core/ |
Looks up the destination identifier corresponding to a source key. |
| 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/ |
Test 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::testLookupDestinationId | function | core/ |
Tests lookupDestinationId(). |
| MigrateSqlIdMapTest::testLookupDestinationIdMapping | function | core/ |
Performs destination ID test on source and destination fields. |
| MigrateSqlIdMapTest::testLookupDestinationIds | function | core/ |
Tests lookupDestinationIds(). |
| MigrateUpgradeExecuteTestBase::$destinationSiteVersion | property | core/ |
The destination site major version. |
| MigrateUpgradeFormBase::$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. |
| MigrationStateDeprecationTest::testUndeclaredDestinationDeprecation | function | core/ |
Tests migration state deprecation notice. |
| MigrationTest::testGetDestinationIds | function | core/ |
Tests Migration::getDestinationIds() |
| MigrationTest::testGetDestinationPlugin | function | core/ |
Tests Migration::getDestinationPlugin() |
| MigrationTest::testRequirementsForDestinationPlugin | function | core/ |
Tests checking requirements for destination plugins. |
| ModerationStateNodeTest::testFormSaveDestination | function | core/ |
Tests edit form destinations. |
| NullDestination | class | core/ |
Provides null destination plugin. |
| NullDestination.php | file | core/ |
|
| NullDestination::fields | function | core/ |
Returns an array of destination fields. |
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.