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
MigrationInterface::getStatusLabel function core/modules/migrate/src/Plugin/MigrationInterface.php Retrieve a label for the current status.
MigrationInterface::id function core/modules/migrate/src/Plugin/MigrationInterface.php An alias for getPluginId() for backwards compatibility reasons.
MigrationInterface::interruptMigration function core/modules/migrate/src/Plugin/MigrationInterface.php Sets the migration status as interrupted with a given result code.
MigrationInterface::isAuditable function core/modules/migrate/src/Plugin/MigrationInterface.php Indicates if the migration is auditable.
MigrationInterface::label function core/modules/migrate/src/Plugin/MigrationInterface.php Get the plugin label.
MigrationInterface::mergeProcessOfProperty function core/modules/migrate/src/Plugin/MigrationInterface.php Merge the process pipeline configuration for a single property.
MigrationInterface::MESSAGE_ERROR constant core/modules/migrate/src/Plugin/MigrationInterface.php Migration error.
MigrationInterface::MESSAGE_INFORMATIONAL constant core/modules/migrate/src/Plugin/MigrationInterface.php Migration info.
MigrationInterface::MESSAGE_NOTICE constant core/modules/migrate/src/Plugin/MigrationInterface.php Migration notice.
MigrationInterface::MESSAGE_WARNING constant core/modules/migrate/src/Plugin/MigrationInterface.php Migration warning.
MigrationInterface::RESULT_COMPLETED constant core/modules/migrate/src/Plugin/MigrationInterface.php All records have been processed.
MigrationInterface::RESULT_DISABLED constant core/modules/migrate/src/Plugin/MigrationInterface.php This migration is disabled, skipping.
MigrationInterface::RESULT_FAILED constant core/modules/migrate/src/Plugin/MigrationInterface.php The process had a fatal error.
MigrationInterface::RESULT_INCOMPLETE constant core/modules/migrate/src/Plugin/MigrationInterface.php The process has stopped itself (e.g., the memory limit is approaching).
MigrationInterface::RESULT_SKIPPED constant core/modules/migrate/src/Plugin/MigrationInterface.php Dependencies are unfulfilled - skip the process.
MigrationInterface::RESULT_STOPPED constant core/modules/migrate/src/Plugin/MigrationInterface.php The process was stopped externally (e.g., via drush migrate-stop).
MigrationInterface::setProcess function core/modules/migrate/src/Plugin/MigrationInterface.php Allows you to override the entire process configuration.
MigrationInterface::setProcessOfProperty function core/modules/migrate/src/Plugin/MigrationInterface.php Set the process pipeline configuration for an individual destination field.
MigrationInterface::setStatus function core/modules/migrate/src/Plugin/MigrationInterface.php Set the current migration status.
MigrationInterface::STATUS_DISABLED constant core/modules/migrate/src/Plugin/MigrationInterface.php The migration has been disabled.
MigrationInterface::STATUS_IDLE constant core/modules/migrate/src/Plugin/MigrationInterface.php The migration is currently not running.
MigrationInterface::STATUS_IMPORTING constant core/modules/migrate/src/Plugin/MigrationInterface.php The migration is currently importing.
MigrationInterface::STATUS_ROLLING_BACK constant core/modules/migrate/src/Plugin/MigrationInterface.php The migration is currently being rolled back.
MigrationInterface::STATUS_STOPPING constant core/modules/migrate/src/Plugin/MigrationInterface.php The migration is being stopped.
MigrationPluginManager::$pluginInterface property core/modules/migrate/src/Plugin/MigrationPluginManager.php The interface the plugins should implement.
MigrationPluginManagerInterface interface core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php Migration plugin manager interface.
MigrationPluginManagerInterface.php file core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php
MigrationPluginManagerInterface::createInstances function core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php Create pre-configured instance of plugin derivatives.
MigrationPluginManagerInterface::createInstancesByTag function core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php Create migrations given a tag.
MigrationPluginManagerInterface::createStubMigration function core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php Creates a stub migration plugin from a definition array.
MigrationPluginManagerInterface::expandPluginIds function core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php Expand derivative migration dependencies.
MigrationWithFollowUpInterface interface core/modules/migrate_drupal/src/Plugin/MigrationWithFollowUpInterface.php Interface for migrations with follow-up migrations.
MigrationWithFollowUpInterface.php file core/modules/migrate_drupal/src/Plugin/MigrationWithFollowUpInterface.php
MigrationWithFollowUpInterface::generateFollowUpMigrations function core/modules/migrate_drupal/src/Plugin/MigrationWithFollowUpInterface.php Generates follow-up migrations.
MimeTypeMapInterface interface core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Provides an interface for MIME type to file extension mapping.
MimeTypeMapInterface.php file core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php
MimeTypeMapInterface::addMapping function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Adds a mapping between a MIME type and an extension.
MimeTypeMapInterface::getExtensionsForMimeType function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Returns the appropriate extensions for a given MIME type.
MimeTypeMapInterface::getMimeTypeForExtension function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Returns the appropriate MIME type for a given file extension.
MimeTypeMapInterface::hasExtension function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Determines if a file extension exists.
MimeTypeMapInterface::hasMimeType function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Determines if a MIME type exists.
MimeTypeMapInterface::listExtensions function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Returns known file extensions.
MimeTypeMapInterface::listMimeTypes function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Returns known MIME types.
MimeTypeMapInterface::removeMapping function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Removes the mapping between a MIME type and an extension.
MimeTypeMapInterface::removeMimeType function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Removes a MIME type and all its mapped extensions from the mapping.
MockConfiguratorInterface interface core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Helper interface to test Container::get() with configurator.
MockConfiguratorInterface::configureService function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Configures a service.
MockRouterInterface interface core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php Interface used in the mocking process of this test.
MockRouterInterface::add function core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php Function used in the mocking process of this test.
ModerationHandlerInterface interface core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php Defines operations that need to vary by entity type.

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