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 |
|---|---|---|---|
| MessengerInterface | interface | core/ |
Stores runtime messages sent out to individual users on the page. |
| MessengerInterface.php | file | core/ |
|
| MessengerInterface::addError | function | core/ |
Adds a new error message to the queue. |
| MessengerInterface::addMessage | function | core/ |
Adds a new message to the queue. |
| MessengerInterface::addStatus | function | core/ |
Adds a new status message to the queue. |
| MessengerInterface::addWarning | function | core/ |
Adds a new warning message to the queue. |
| MessengerInterface::all | function | core/ |
Gets all messages. |
| MessengerInterface::deleteAll | function | core/ |
Deletes all messages. |
| MessengerInterface::deleteByType | function | core/ |
Deletes all messages of a certain type. |
| MessengerInterface::messagesByType | function | core/ |
Gets all messages of a certain type. |
| MessengerInterface::TYPE_ERROR | constant | core/ |
An error. |
| MessengerInterface::TYPE_STATUS | constant | core/ |
A status message. |
| MessengerInterface::TYPE_WARNING | constant | core/ |
A warning. |
| MigrateBuildDependencyInterface | interface | core/ |
Interface for migration plugin manager for building dependencies. |
| MigrateBuildDependencyInterface.php | file | core/ |
|
| MigrateBuildDependencyInterface::buildDependencyMigration | function | core/ |
Builds a dependency tree for the migrations and set their order. |
| MigrateDestinationInterface | interface | core/ |
Defines an interface for Migration Destination classes. |
| MigrateDestinationInterface.php | file | core/ |
|
| MigrateDestinationInterface::fields | function | core/ |
Returns an array of destination fields. |
| MigrateDestinationInterface::getDestinationModule | function | core/ |
Gets the destination module handling the destination data. |
| MigrateDestinationInterface::getIds | function | core/ |
Gets the destination IDs. |
| MigrateDestinationInterface::import | function | core/ |
Import the row. |
| MigrateDestinationInterface::rollback | function | core/ |
Delete the specified destination object from the target Drupal. |
| MigrateDestinationInterface::rollbackAction | function | core/ |
The rollback action for the last imported item. |
| MigrateDestinationInterface::supportsRollback | function | core/ |
Whether the destination can be rolled back or not. |
| MigrateDumpAlterInterface | interface | core/ |
Allows tests to alter dumps after they have loaded. |
| MigrateDumpAlterInterface.php | file | core/ |
|
| MigrateDumpAlterInterface::migrateDumpAlter | function | core/ |
Allows tests to alter dumps after they have loaded. |
| MigrateExecutableInterface | interface | core/ |
Interface for the migration executable. |
| MigrateExecutableInterface.php | file | core/ |
|
| MigrateExecutableInterface::import | function | core/ |
Performs an import operation - migrate items from source to destination. |
| MigrateExecutableInterface::processRow | function | core/ |
Processes a row. |
| MigrateExecutableInterface::rollback | function | core/ |
Performs a rollback operation - remove previously-imported items. |
| MigrateExecutableInterface::saveMessage | function | core/ |
Passes messages through to the map class. |
| MigrateFieldInterface | interface | core/ |
Provides an interface for all field type plugins. |
| MigrateFieldInterface.php | file | core/ |
|
| MigrateFieldInterface::alterFieldFormatterMigration | function | core/ |
Apply any custom processing to the field formatter migration. |
| MigrateFieldInterface::alterFieldInstanceMigration | function | core/ |
Apply any custom processing to the field instance migration. |
| MigrateFieldInterface::alterFieldMigration | function | core/ |
Apply any custom processing to the field migration. |
| MigrateFieldInterface::alterFieldWidgetMigration | function | core/ |
Apply any custom processing to the field widget migration. |
| MigrateFieldInterface::defineValueProcessPipeline | function | core/ |
Apply any custom processing to the field bundle migrations. |
| MigrateFieldInterface::getFieldFormatterMap | function | core/ |
Get a map between D6 formatters and D8 formatters for this field type. |
| MigrateFieldInterface::getFieldFormatterType | function | core/ |
Get the field formatter type from the source. |
| MigrateFieldInterface::getFieldType | function | core/ |
Computes the destination type of a migrated field. |
| MigrateFieldInterface::getFieldWidgetMap | function | core/ |
Get a map between D6 and D8 widgets for this field type. |
| MigrateFieldInterface::getFieldWidgetType | function | core/ |
Get the field widget type from the source. |
| MigrateFieldPluginManagerInterface | interface | core/ |
Interface implemented by plugin manager for migrate field plugins. |
| MigrateFieldPluginManagerInterface.php | file | core/ |
|
| MigrateFieldPluginManagerInterface::getPluginIdFromFieldType | function | core/ |
Get the plugin ID from the field type. |
| MigrateIdMapInterface | interface | core/ |
Defines an interface for migrate ID mappings. |
Pagination
- Previous page
- Page 57
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.