Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Migration::getStatus | function | core/ |
|
| Migration::getStatusLabel | function | core/ |
|
| Migration::getTrackLastImported | function | core/ |
|
| Migration::isAuditable | function | core/ |
|
| Migration::isTrackLastImported | function | core/ |
|
| Migration::mergeProcessOfProperty | function | core/ |
|
| Migration::set | function | core/ |
|
| Migration::setProcess | function | core/ |
|
| Migration::setProcessOfProperty | function | core/ |
|
| Migration::setStatus | function | core/ |
|
| Migration::setTrackLastImported | function | core/ |
|
| 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/ |
@coversDefaultClass \Drupal\migrate_drupal\MigrationConfigurationTrait[[api-linebreak]] @group migrate_drupal |
| MigrationConfigurationTraitTest.php | file | core/ |
|
| MigrationConfigurationTraitTest::providerTestGetLegacyDrupalVersion | function | core/ |
Provides data for testGetLegacyDrupalVersion. |
| MigrationConfigurationTraitTest::testGetLegacyDrupalVersion | function | core/ |
@covers ::getLegacyDrupalVersion[[api-linebreak]] @dataProvider providerTestGetLegacyDrupalVersion |
| 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. |
| MigrationInterface::getMigrationDependencies | function | core/ |
Get the dependencies for this migration. |
| MigrationInterface::getMigrationTags | function | core/ |
The migration tags. |
| MigrationInterface::getProcess | function | core/ |
Gets the normalized process plugin configuration. |
| MigrationInterface::getProcessPlugins | function | core/ |
Returns the process plugins. |
| MigrationInterface::getRequirements | function | core/ |
Get a list of required plugin IDs. |
| MigrationInterface::getSourceConfiguration | function | core/ |
Get the source configuration, with at least a 'plugin' key. |
| MigrationInterface::getSourcePlugin | function | core/ |
Returns the initialized source plugin. |
| MigrationInterface::getStatus | function | core/ |
Get the current migration status. |
| MigrationInterface::getStatusLabel | function | core/ |
Retrieve a label for the current status. |
| MigrationInterface::getTrackLastImported | function | core/ |
If true, track time of last import. |
| MigrationInterface::isAuditable | function | core/ |
Indicates if the migration is auditable. |
| MigrationInterface::isTrackLastImported | function | core/ |
Checks if the migration should track time of last import. |
| MigrationInterface::mergeProcessOfProperty | function | core/ |
Merge the process pipeline configuration for a single property. |
| MigrationInterface::MESSAGE_ERROR | constant | core/ |
Migration error. |
| MigrationInterface::MESSAGE_INFORMATIONAL | constant | core/ |
Migration info. |
| MigrationInterface::MESSAGE_NOTICE | constant | core/ |
Migration notice. |
| MigrationInterface::MESSAGE_WARNING | constant | core/ |
Migration warning. |
| MigrationInterface::RESULT_COMPLETED | constant | core/ |
All records have been processed. |
| MigrationInterface::RESULT_DISABLED | constant | core/ |
This migration is disabled, skipping. |
Pagination
- Previous page
- Page 865
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.