Search for interface

  1. Search 7.x for interface
  2. Search 8.9.x for interface
  3. Search 10.3.x for interface
  4. Search 11.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::getTrackLastImported function core/modules/migrate/src/Plugin/MigrationInterface.php If true, track time of last import.
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::isTrackLastImported function core/modules/migrate/src/Plugin/MigrationInterface.php Checks if the migration should track time of last import.
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::setTrackLastImported function core/modules/migrate/src/Plugin/MigrationInterface.php Set if the migration should track time of last import.
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.
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.
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.
MockedHttpKernelInterface interface core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Helper interface for the Symfony 6 version of the HttpKernelInterface.
MockedHttpKernelInterface::handle function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
MockHttpKernelInterface interface core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Helper interface for the Symfony 6 version of the HttpKernelInterface.
MockHttpKernelInterface::handle function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php
ModerationHandlerInterface interface core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php Defines operations that need to vary by entity type.
ModerationHandlerInterface.php file core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php
ModerationHandlerInterface::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php Alters bundle forms to enforce revision handling.
ModerationHandlerInterface::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php Alters entity forms to enforce revision handling.
ModerationHandlerInterface::isModeratedEntity function core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php Determines if an entity should be moderated.
ModerationHandlerInterface::onPresave function core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php Operates on moderated content entities preSave().
ModerationInformationInterface interface core/modules/content_moderation/src/ModerationInformationInterface.php Interface for moderation_information service.
ModerationInformationInterface.php file core/modules/content_moderation/src/ModerationInformationInterface.php

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