Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
MigrationInterface::getStatusLabel | function | core/ |
Retrieve a label for the current status. |
MigrationInterface::id | function | core/ |
An alias for getPluginId() for backwards compatibility reasons. |
MigrationInterface::interruptMigration | function | core/ |
Sets the migration status as interrupted with a given result code. |
MigrationInterface::isAuditable | function | core/ |
Indicates if the migration is auditable. |
MigrationInterface::label | function | core/ |
Get the plugin label. |
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. |
MigrationInterface::RESULT_FAILED | constant | core/ |
The process had a fatal error. |
MigrationInterface::RESULT_INCOMPLETE | constant | core/ |
The process has stopped itself (e.g., the memory limit is approaching). |
MigrationInterface::RESULT_SKIPPED | constant | core/ |
Dependencies are unfulfilled - skip the process. |
MigrationInterface::RESULT_STOPPED | constant | core/ |
The process was stopped externally (e.g., via drush migrate-stop). |
MigrationInterface::setProcess | function | core/ |
Allows you to override the entire process configuration. |
MigrationInterface::setProcessOfProperty | function | core/ |
Set the process pipeline configuration for an individual destination field. |
MigrationInterface::setStatus | function | core/ |
Set the current migration status. |
MigrationInterface::STATUS_DISABLED | constant | core/ |
The migration has been disabled. |
MigrationInterface::STATUS_IDLE | constant | core/ |
The migration is currently not running. |
MigrationInterface::STATUS_IMPORTING | constant | core/ |
The migration is currently importing. |
MigrationInterface::STATUS_ROLLING_BACK | constant | core/ |
The migration is currently being rolled back. |
MigrationInterface::STATUS_STOPPING | constant | core/ |
The migration is being stopped. |
MigrationPluginManager::$pluginInterface | property | core/ |
The interface the plugins should implement. |
MigrationPluginManagerInterface | interface | core/ |
Migration plugin manager interface. |
MigrationPluginManagerInterface.php | file | core/ |
|
MigrationPluginManagerInterface::createInstances | function | core/ |
Create pre-configured instance of plugin derivatives. |
MigrationPluginManagerInterface::createInstancesByTag | function | core/ |
Create migrations given a tag. |
MigrationPluginManagerInterface::createStubMigration | function | core/ |
Creates a stub migration plugin from a definition array. |
MigrationPluginManagerInterface::expandPluginIds | function | core/ |
Expand derivative migration dependencies. |
MigrationWithFollowUpInterface | interface | core/ |
Interface for migrations with follow-up migrations. |
MigrationWithFollowUpInterface.php | file | core/ |
|
MigrationWithFollowUpInterface::generateFollowUpMigrations | function | core/ |
Generates follow-up migrations. |
MimeTypeMapInterface | interface | core/ |
Provides an interface for MIME type to file extension mapping. |
MimeTypeMapInterface.php | file | core/ |
|
MimeTypeMapInterface::addMapping | function | core/ |
Adds a mapping between a MIME type and an extension. |
MimeTypeMapInterface::getExtensionsForMimeType | function | core/ |
Returns the appropriate extensions for a given MIME type. |
MimeTypeMapInterface::getMimeTypeForExtension | function | core/ |
Returns the appropriate MIME type for a given file extension. |
MimeTypeMapInterface::hasExtension | function | core/ |
Determines if a file extension exists. |
MimeTypeMapInterface::hasMimeType | function | core/ |
Determines if a MIME type exists. |
MimeTypeMapInterface::listExtensions | function | core/ |
Returns known file extensions. |
MimeTypeMapInterface::listMimeTypes | function | core/ |
Returns known MIME types. |
MimeTypeMapInterface::removeMapping | function | core/ |
Removes the mapping between a MIME type and an extension. |
MimeTypeMapInterface::removeMimeType | function | core/ |
Removes a MIME type and all its mapped extensions from the mapping. |
MockConfiguratorInterface | interface | core/ |
Helper interface to test Container::get() with configurator. |
MockConfiguratorInterface::configureService | function | core/ |
Configures a service. |
MockRouterInterface | interface | core/ |
Interface used in the mocking process of this test. |
MockRouterInterface::add | function | core/ |
Function used in the mocking process of this test. |
ModerationHandlerInterface | interface | core/ |
Defines operations that need to vary by entity type. |
Pagination
- Previous page
- Page 61
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.