Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Migration::$sourcePlugin | property | core/ |
The source plugin. |
| Migration::$sourcePluginManager | property | core/ |
The source plugin manager. |
| Migration::$sourceRowStatus | property | core/ |
The source_row_status for the current map row. |
| Migration::$statusLabels | property | core/ |
Labels corresponding to each defined status. |
| Migration::addOptionalDependencies | function | core/ |
Add optional migration dependencies. |
| Migration::addRequiredDependencies | function | core/ |
Add required migration dependencies. |
| Migration::allRowsProcessed | function | core/ |
Check if all source rows from this migration have been processed. |
| Migration::checkRequirements | function | core/ |
Checks if requirements for this plugin are OK. |
| Migration::clearInterruptionResult | function | core/ |
Clears the result to return upon interruption. |
| Migration::findMigrationDependencies | function | core/ |
Find migration dependencies from migration_lookup and sub_process plugins. |
| 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. |
| Migration::getInterruptionResult | function | core/ |
Get the result to return upon interruption. |
| Migration::getMigrationDependencies | function | core/ |
Get the dependencies for this migration. |
| Migration::getMigrationTags | function | core/ |
The migration tags. |
| Migration::getProcess | function | core/ |
Gets the normalized process plugin configuration. |
| Migration::getProcessNormalized | function | core/ |
Resolve shorthands into a list of plugin configurations. |
| Migration::getProcessPlugins | function | core/ |
Returns the process plugins. |
| Migration::getRequirements | function | core/ |
Get a list of required plugin IDs. |
| Migration::getSourceConfiguration | function | core/ |
Get the source configuration, with at least a 'plugin' key. |
| Migration::getSourcePlugin | function | core/ |
Returns the initialized source plugin. |
| Migration::getStatus | function | core/ |
Get the current migration status. |
| Migration::getStatusLabel | function | core/ |
Retrieve a label for the current status. |
| Migration::isAuditable | function | core/ |
Indicates if the migration is auditable. |
| Migration::mergeProcessOfProperty | function | core/ |
Merge the process pipeline configuration for a single property. |
| Migration::set | function | core/ |
|
| Migration::setProcess | function | core/ |
Allows you to override the entire process configuration. |
| Migration::setProcessOfProperty | function | core/ |
Set the process pipeline configuration for an individual destination field. |
| Migration::setStatus | function | core/ |
Set the current migration status. |
| Migration::__construct | function | core/ |
Constructs a Migration. |
| MigrationConfigurationTrait::$followUpMigrationTags | property | core/ |
The follow-up migration tags. |
| MigrationConfigurationTrait::$state | property | core/ |
The state service. |
| MigrationConfigurationTrait::createDatabaseStateSettings | function | core/ |
Creates the necessary state entries for SqlBase::getDatabase() to work. |
| MigrationConfigurationTrait::getFollowUpMigrationTags | function | core/ |
Returns the follow-up migration tags. |
| MigrationConfigurationTrait::getLegacyDrupalVersion | function | core/ |
Determines what version of Drupal the source database contains. |
| MigrationConfigurationTrait::getMigrations | function | core/ |
Gets the migrations for import. |
| MigrationConfigurationTrait::getState | function | core/ |
Gets the state service. |
| MigrationConfigurationTrait::getSystemData | function | core/ |
Gets the system data from the system table of the source Drupal database. |
| MigrationConfigurationTraitTest | class | core/ |
Tests Drupal\migrate_drupal\MigrationConfigurationTrait. |
| MigrationConfigurationTraitTest.php | file | core/ |
|
| MigrationConfigurationTraitTest::providerTestGetLegacyDrupalVersion | function | core/ |
Provides data for testGetLegacyDrupalVersion. |
| MigrationConfigurationTraitTest::testGetLegacyDrupalVersion | function | core/ |
Tests get legacy drupal version. |
| MigrationDeriverTrait::getSourcePlugin | function | core/ |
Returns a fully initialized instance of a source plugin. |
| MigrationInterface::allRowsProcessed | function | core/ |
Check if all source rows from this migration have been processed. |
| MigrationInterface::clearInterruptionResult | function | core/ |
Clears the result to return upon interruption. |
| 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. |
| MigrationInterface::getInterruptionResult | function | core/ |
Get the result to return upon interruption. |
Pagination
- Previous page
- Page 962
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.