Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
MessengerInterface.php file core/lib/Drupal/Core/Messenger/MessengerInterface.php
MessengerInterface::addError function core/lib/Drupal/Core/Messenger/MessengerInterface.php Adds a new error message to the queue.
MessengerInterface::addMessage function core/lib/Drupal/Core/Messenger/MessengerInterface.php Adds a new message to the queue.
MessengerInterface::addStatus function core/lib/Drupal/Core/Messenger/MessengerInterface.php Adds a new status message to the queue.
MessengerInterface::addWarning function core/lib/Drupal/Core/Messenger/MessengerInterface.php Adds a new warning message to the queue.
MessengerInterface::all function core/lib/Drupal/Core/Messenger/MessengerInterface.php Gets all messages.
MessengerInterface::deleteAll function core/lib/Drupal/Core/Messenger/MessengerInterface.php Deletes all messages.
MessengerInterface::deleteByType function core/lib/Drupal/Core/Messenger/MessengerInterface.php Deletes all messages of a certain type.
MessengerInterface::messagesByType function core/lib/Drupal/Core/Messenger/MessengerInterface.php Gets all messages of a certain type.
MessengerInterface::TYPE_ERROR constant core/lib/Drupal/Core/Messenger/MessengerInterface.php An error.
MessengerInterface::TYPE_STATUS constant core/lib/Drupal/Core/Messenger/MessengerInterface.php A status message.
MessengerInterface::TYPE_WARNING constant core/lib/Drupal/Core/Messenger/MessengerInterface.php A warning.
MigrateBuildDependencyInterface interface core/modules/migrate/src/MigrateBuildDependencyInterface.php
MigrateBuildDependencyInterface.php file core/modules/migrate/src/MigrateBuildDependencyInterface.php
MigrateBuildDependencyInterface::buildDependencyMigration function core/modules/migrate/src/MigrateBuildDependencyInterface.php Builds a dependency tree for the migrations and set their order.
MigrateDestinationInterface interface core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Defines an interface for Migration Destination classes.
MigrateDestinationInterface.php file core/modules/migrate/src/Plugin/MigrateDestinationInterface.php
MigrateDestinationInterface::fields function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Returns an array of destination fields.
MigrateDestinationInterface::getDestinationModule function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Gets the destination module handling the destination data.
MigrateDestinationInterface::getIds function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Gets the destination IDs.
MigrateDestinationInterface::import function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Import the row.
MigrateDestinationInterface::rollback function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Delete the specified destination object from the target Drupal.
MigrateDestinationInterface::rollbackAction function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php The rollback action for the last imported item.
MigrateDestinationInterface::supportsRollback function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Whether the destination can be rolled back or not.
MigrateDumpAlterInterface interface core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php Allows tests to alter dumps after they have loaded.
MigrateDumpAlterInterface.php file core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php
MigrateDumpAlterInterface::migrateDumpAlter function core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php Allows tests to alter dumps after they have loaded.
MigrateExecutableInterface interface core/modules/migrate/src/MigrateExecutableInterface.php
MigrateExecutableInterface.php file core/modules/migrate/src/MigrateExecutableInterface.php
MigrateExecutableInterface::import function core/modules/migrate/src/MigrateExecutableInterface.php Performs an import operation - migrate items from source to destination.
MigrateExecutableInterface::processRow function core/modules/migrate/src/MigrateExecutableInterface.php Processes a row.
MigrateExecutableInterface::rollback function core/modules/migrate/src/MigrateExecutableInterface.php Performs a rollback operation - remove previously-imported items.
MigrateExecutableInterface::saveMessage function core/modules/migrate/src/MigrateExecutableInterface.php Passes messages through to the map class.
MigrateFieldInterface interface core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Provides an interface for all field type plugins.
MigrateFieldInterface.php file core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php
MigrateFieldInterface::alterFieldFormatterMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field formatter migration.
MigrateFieldInterface::alterFieldInstanceMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field instance migration.
MigrateFieldInterface::alterFieldMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field migration.
MigrateFieldInterface::alterFieldWidgetMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field widget migration.
MigrateFieldInterface::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field bundle migrations.
MigrateFieldInterface::getFieldFormatterMap function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Get a map between D6 formatters and D8 formatters for this field type.
MigrateFieldInterface::getFieldFormatterType function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Get the field formatter type from the source.
MigrateFieldInterface::getFieldType function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Computes the destination type of a migrated field.
MigrateFieldInterface::getFieldWidgetMap function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Get a map between D6 and D8 widgets for this field type.
MigrateFieldInterface::getFieldWidgetType function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Get the field widget type from the source.
MigrateFieldPluginManagerInterface interface core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManagerInterface.php
MigrateFieldPluginManagerInterface.php file core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManagerInterface.php
MigrateFieldPluginManagerInterface::getPluginIdFromFieldType function core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManagerInterface.php Get the plugin ID from the field type.
MigrateIdMapInterface interface core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Defines an interface for migrate ID mappings.
MigrateIdMapInterface.php file core/modules/migrate/src/Plugin/MigrateIdMapInterface.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.