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
MigrateIdMapInterface::STATUS_IMPORTED constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the import of the row was successful.
MigrateIdMapInterface::STATUS_NEEDS_UPDATE constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the row needs to be updated.
MigrateIdMapInterface::updateCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns a count of items which are marked as needing update.
MigrateLookupInterface interface core/modules/migrate/src/MigrateLookupInterface.php Provides an interface for the migration lookup service.
MigrateLookupInterface.php file core/modules/migrate/src/MigrateLookupInterface.php
MigrateLookupInterface::lookup function core/modules/migrate/src/MigrateLookupInterface.php Retrieves destination ids from a migration lookup.
MigrateMessageInterface interface core/modules/migrate/src/MigrateMessageInterface.php Interface for migration messages.
MigrateMessageInterface.php file core/modules/migrate/src/MigrateMessageInterface.php
MigrateMessageInterface::display function core/modules/migrate/src/MigrateMessageInterface.php Displays a migrate message.
MigratePluginManagerInterface interface core/modules/migrate/src/Plugin/MigratePluginManagerInterface.php Interface for the migration plugin manager.
MigratePluginManagerInterface.php file core/modules/migrate/src/Plugin/MigratePluginManagerInterface.php
MigratePluginManagerInterface::createInstance function core/modules/migrate/src/Plugin/MigratePluginManagerInterface.php Creates a pre-configured instance of a migration plugin.
MigrateProcessInterface interface core/modules/migrate/src/Plugin/MigrateProcessInterface.php An interface for migrate process plugins.
MigrateProcessInterface.php file core/modules/migrate/src/Plugin/MigrateProcessInterface.php
MigrateProcessInterface::isPipelineStopped function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Determines if the pipeline should stop processing.
MigrateProcessInterface::multiple function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Indicates whether the returned value requires multiple handling.
MigrateProcessInterface::reset function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Resets the internal data of a plugin.
MigrateProcessInterface::transform function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Performs the associated process.
MigrateSourceInterface interface core/modules/migrate/src/Plugin/MigrateSourceInterface.php Defines an interface for migrate sources.
MigrateSourceInterface.php file core/modules/migrate/src/Plugin/MigrateSourceInterface.php
MigrateSourceInterface::fields function core/modules/migrate/src/Plugin/MigrateSourceInterface.php Returns available fields on the source.
MigrateSourceInterface::getIds function core/modules/migrate/src/Plugin/MigrateSourceInterface.php Defines the source fields uniquely identifying a source row.
MigrateSourceInterface::getSourceModule function core/modules/migrate/src/Plugin/MigrateSourceInterface.php Gets the source module providing the source data.
MigrateSourceInterface::NOT_COUNTABLE constant core/modules/migrate/src/Plugin/MigrateSourceInterface.php Indicates that the source is not countable.
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.

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