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
MigrateSourceInterface::prepareRow function core/modules/migrate/src/Plugin/MigrateSourceInterface.php Adds additional data to the row.
MigrateSourceInterface::__toString function core/modules/migrate/src/Plugin/MigrateSourceInterface.php Allows class to decide how it will react when it is treated like a string.
MigrateStubInterface interface core/modules/migrate/src/MigrateStubInterface.php Provides an interface for the migrate stub service.
MigrateStubInterface.php file core/modules/migrate/src/MigrateStubInterface.php
MigrateStubInterface::createStub function core/modules/migrate/src/MigrateStubInterface.php Creates a stub.
MigrateValidatableEntityInterface interface core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php To implement by a destination plugin that should provide entity validation.
MigrateValidatableEntityInterface.php file core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php
MigrateValidatableEntityInterface::isEntityValidationRequired function core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php Returns a state of whether an entity needs to be validated before saving.
MigrateValidatableEntityInterface::validateEntity function core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php Validates the entity.
MigrationInterface interface core/modules/migrate/src/Plugin/MigrationInterface.php Interface for migrations.
MigrationInterface.php file core/modules/migrate/src/Plugin/MigrationInterface.php
MigrationInterface::allRowsProcessed function core/modules/migrate/src/Plugin/MigrationInterface.php Check if all source rows from this migration have been processed.
MigrationInterface::clearInterruptionResult function core/modules/migrate/src/Plugin/MigrationInterface.php Clears the result to return upon interruption.
MigrationInterface::getDestinationConfiguration function core/modules/migrate/src/Plugin/MigrationInterface.php Get the destination configuration, with at least a 'plugin' key.
MigrationInterface::getDestinationIds function core/modules/migrate/src/Plugin/MigrationInterface.php The destination identifiers.
MigrationInterface::getDestinationPlugin function core/modules/migrate/src/Plugin/MigrationInterface.php Returns the initialized destination plugin.
MigrationInterface::getIdMap function core/modules/migrate/src/Plugin/MigrationInterface.php Returns the initialized id_map plugin.
MigrationInterface::getInterruptionResult function core/modules/migrate/src/Plugin/MigrationInterface.php Get the result to return upon interruption.
MigrationInterface::getMigrationDependencies function core/modules/migrate/src/Plugin/MigrationInterface.php Get the dependencies for this migration.
MigrationInterface::getMigrationTags function core/modules/migrate/src/Plugin/MigrationInterface.php The migration tags.
MigrationInterface::getProcess function core/modules/migrate/src/Plugin/MigrationInterface.php Gets the normalized process plugin configuration.
MigrationInterface::getProcessPlugins function core/modules/migrate/src/Plugin/MigrationInterface.php Returns the process plugins.
MigrationInterface::getRequirements function core/modules/migrate/src/Plugin/MigrationInterface.php Get a list of required plugin IDs.
MigrationInterface::getSourceConfiguration function core/modules/migrate/src/Plugin/MigrationInterface.php Get the source configuration, with at least a 'plugin' key.
MigrationInterface::getSourcePlugin function core/modules/migrate/src/Plugin/MigrationInterface.php Returns the initialized source plugin.
MigrationInterface::getStatus function core/modules/migrate/src/Plugin/MigrationInterface.php Get the current migration status.
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.

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