Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MigrateIdMapInterface::processedCount | function | core/ |
Returns the number of processed items in the map. |
| MigrateIdMapInterface::ROLLBACK_DELETE | constant | core/ |
Indicates that the data for the row is to be deleted. |
| MigrateIdMapInterface::ROLLBACK_PRESERVE | constant | core/ |
Indicates that the data for the row is to be preserved. |
| MigrateIdMapInterface::saveIdMapping | function | core/ |
Saves a mapping from the source identifiers to the destination identifiers. |
| MigrateIdMapInterface::saveMessage | function | core/ |
Saves a message related to a source record in the migration message table. |
| MigrateIdMapInterface::setMessage | function | core/ |
Sets the migrate message service. |
| MigrateIdMapInterface::setUpdate | function | core/ |
Sets a specified record to be updated, if it exists. |
| MigrateIdMapInterface::STATUS_FAILED | constant | core/ |
Indicates that the import of the row failed. |
| MigrateIdMapInterface::STATUS_IGNORED | constant | core/ |
Indicates that the import of the row was ignored. |
| MigrateIdMapInterface::STATUS_IMPORTED | constant | core/ |
Indicates that the import of the row was successful. |
| MigrateIdMapInterface::STATUS_NEEDS_UPDATE | constant | core/ |
Indicates that the row needs to be updated. |
| MigrateIdMapInterface::updateCount | function | core/ |
Returns a count of items which are marked as needing update. |
| MigrateLookupInterface | interface | core/ |
Provides an interface for the migration lookup service. |
| MigrateLookupInterface.php | file | core/ |
|
| MigrateLookupInterface::lookup | function | core/ |
Retrieves destination ids from a migration lookup. |
| MigrateMessageInterface | interface | core/ |
|
| MigrateMessageInterface.php | file | core/ |
|
| MigrateMessageInterface::display | function | core/ |
Displays a migrate message. |
| MigratePluginManagerInterface | interface | core/ |
|
| MigratePluginManagerInterface.php | file | core/ |
|
| MigratePluginManagerInterface::createInstance | function | core/ |
Creates a pre-configured instance of a migration plugin. |
| MigrateProcessInterface | interface | core/ |
An interface for migrate process plugins. |
| MigrateProcessInterface.php | file | core/ |
|
| MigrateProcessInterface::multiple | function | core/ |
Indicates whether the returned value requires multiple handling. |
| MigrateProcessInterface::transform | function | core/ |
Performs the associated process. |
| MigrateSourceInterface | interface | core/ |
Defines an interface for migrate sources. |
| MigrateSourceInterface.php | file | core/ |
|
| MigrateSourceInterface::fields | function | core/ |
Returns available fields on the source. |
| MigrateSourceInterface::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| MigrateSourceInterface::getSourceModule | function | core/ |
Gets the source module providing the source data. |
| MigrateSourceInterface::prepareRow | function | core/ |
Adds additional data to the row. |
| MigrateSourceInterface::__toString | function | core/ |
Allows class to decide how it will react when it is treated like a string. |
| MigrateStubInterface | interface | core/ |
Provides an interface for the migrate stub service. |
| MigrateStubInterface.php | file | core/ |
|
| MigrateStubInterface::createStub | function | core/ |
Creates a stub. |
| MigrateValidatableEntityInterface | interface | core/ |
To implement by a destination plugin that should provide entity validation. |
| MigrateValidatableEntityInterface.php | file | core/ |
|
| MigrateValidatableEntityInterface::isEntityValidationRequired | function | core/ |
Returns a state of whether an entity needs to be validated before saving. |
| MigrateValidatableEntityInterface::validateEntity | function | core/ |
Validates the entity. |
| MigrationInterface | interface | core/ |
Interface for migrations. |
| MigrationInterface.php | file | core/ |
|
| 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::getIdMap | function | core/ |
Returns the initialized id_map 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. |
Pagination
- Previous page
- Page 58
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.