Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Migration::$idMap | property | core/ |
The identifier map data. |
| Migration::$idMapPlugin | property | core/ |
The identifier map. |
| Migration::$idMapPluginManager | property | core/ |
The ID map plugin manager. |
| Migration::$label | property | core/ |
The human-readable label for the migration. |
| Migration::$migrationPluginManager | property | core/ |
The migration plugin manager for loading other migration plugins. |
| Migration::$migration_dependencies | property | core/ |
These migrations, if run, must be executed before this migration. |
| Migration::$migration_tags | property | core/ |
An optional list of tags, used by the plugin manager for filtering. |
| Migration::$process | property | core/ |
The configuration describing the process plugins. |
| Migration::$processPluginManager | property | core/ |
The process plugin manager. |
| Migration::$processPlugins | property | core/ |
The cached process plugins. |
| Migration::$requirements | property | core/ |
These migrations must be already executed before this migration can run. |
| Migration::$row | property | core/ |
The plugin ID for the row. |
| Migration::$source | property | core/ |
The source configuration, with at least a 'plugin' key. |
| Migration::$sourceIds | property | core/ |
The source identifiers. |
| Migration::$sourcePlugin | property | core/ |
The source plugin. |
| Migration::$sourcePluginManager | property | core/ |
The source plugin manager. |
| Migration::$sourceRowStatus | property | core/ |
Specify value of source_row_status for current map row. Usually set by MigrateFieldHandler implementations. |
| Migration::$statusLabels | property | core/ |
Labels corresponding to each defined status. |
| Migration::$trackLastImported | property | core/ |
Track time of last import if TRUE. |
| 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::create | function | core/ |
Creates an instance of the plugin. |
| Migration::findMigrationDependencies | function | core/ |
Find migration dependencies from migration_lookup and sub_process plugins. |
| Migration::get | function | core/ |
Gets any arbitrary property's value. |
| 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::getIdMap | function | core/ |
Returns the initialized id_map plugin. |
| Migration::getIdMapPlugin | function | core/ |
Retrieves the ID map plugin. |
| Migration::getInterruptionResult | function | core/ |
Get the result to return upon interruption. |
| Migration::getMigrationDependencies | function | core/ |
Get the dependencies for this migration. |
| Migration::getMigrationPluginManager | function | core/ |
Gets the migration plugin manager. |
| Migration::getMigrationTags | function | core/ |
The migration tags. |
| Migration::getPluginDefinition | function | core/ |
Gets the definition of the plugin implementation. |
| Migration::getProcess | function | core/ |
Get the normalized process pipeline configuration describing the process plugins. |
| Migration::getProcessNormalized | function | core/ |
Resolve shorthands into a list of plugin configurations. |
| Migration::getProcessPlugins | function | core/ |
Returns the process plugins. |
| 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::getTrackLastImported | function | core/ |
If true, track time of last import. |
| Migration::id | function | core/ |
An alias for getPluginId() for backwards compatibility reasons. |
| Migration::interruptMigration | function | core/ |
Signal that the migration should be interrupted with the specified result code. |
| Migration::isAuditable | function | core/ |
Indicates if the migration is auditable. |
| Migration::isTrackLastImported | function | core/ |
Checks if the migration should track time of last import. |
| Migration::label | function | core/ |
Get the plugin label. |
| Migration::mergeProcessOfProperty | function | core/ |
Merge the process pipeline configuration for a single property. |
| Migration::set | function | core/ |
Pagination
- Previous page
- Page 1006
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.