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::clearMessages function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Clears all messages from the map.
MigrateIdMapInterface::currentDestination function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Looks up the destination identifier currently being iterated.
MigrateIdMapInterface::currentSource function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Looks up the source identifier(s) currently being iterated.
MigrateIdMapInterface::delete function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Deletes the map and message entries for a given source record.
MigrateIdMapInterface::deleteDestination function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Deletes the map and message table entries for a given destination row.
MigrateIdMapInterface::destroy function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Removes any persistent storage used by this map.
MigrateIdMapInterface::errorCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of items that failed to import.
MigrateIdMapInterface::getMessages function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Retrieves a traversable object of messages related to source records.
MigrateIdMapInterface::getQualifiedMapTableName function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Gets the qualified map table.
MigrateIdMapInterface::getRowByDestination function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Retrieves a row by the destination identifiers.
MigrateIdMapInterface::getRowBySource function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Retrieves a row from the map table based on source identifier values.
MigrateIdMapInterface::getRowsNeedingUpdate function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Retrieves an array of map rows marked as needing update.
MigrateIdMapInterface::importedCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of imported items in the map.
MigrateIdMapInterface::lookupDestinationIds function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Looks up the destination identifiers corresponding to a source key.
MigrateIdMapInterface::lookupSourceId function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Looks up the source identifier.
MigrateIdMapInterface::messageCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of messages saved.
MigrateIdMapInterface::prepareUpdate function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Prepares to run a full update.
MigrateIdMapInterface::processedCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of processed items in the map.
MigrateIdMapInterface::ROLLBACK_DELETE constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the data for the row is to be deleted.
MigrateIdMapInterface::ROLLBACK_PRESERVE constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the data for the row is to be preserved.
MigrateIdMapInterface::saveIdMapping function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Saves a mapping from the source identifiers to the destination identifiers.
MigrateIdMapInterface::saveMessage function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Saves a message related to a source record in the migration message table.
MigrateIdMapInterface::setMessage function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Sets the migrate message service.
MigrateIdMapInterface::setUpdate function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Sets a specified record to be updated, if it exists.
MigrateIdMapInterface::STATUS_FAILED constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the import of the row failed.
MigrateIdMapInterface::STATUS_IGNORED constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the import of the row was ignored.
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
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
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.

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