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
MigrateDumpAlterInterface interface core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php Allows tests to alter dumps after they have loaded.
MigrateDumpAlterInterface.php file core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php
MigrateDumpAlterInterface::migrateDumpAlter function core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php Allows tests to alter dumps after they have loaded.
MigrateExecutableInterface interface core/modules/migrate/src/MigrateExecutableInterface.php
MigrateExecutableInterface.php file core/modules/migrate/src/MigrateExecutableInterface.php
MigrateExecutableInterface::import function core/modules/migrate/src/MigrateExecutableInterface.php Performs an import operation - migrate items from source to destination.
MigrateExecutableInterface::processRow function core/modules/migrate/src/MigrateExecutableInterface.php Processes a row.
MigrateExecutableInterface::rollback function core/modules/migrate/src/MigrateExecutableInterface.php Performs a rollback operation - remove previously-imported items.
MigrateExecutableInterface::saveMessage function core/modules/migrate/src/MigrateExecutableInterface.php Passes messages through to the map class.
MigrateFieldInterface interface core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Provides an interface for all field type plugins.
MigrateFieldInterface.php file core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php
MigrateFieldInterface::alterFieldFormatterMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field formatter migration.
MigrateFieldInterface::alterFieldInstanceMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field instance migration.
MigrateFieldInterface::alterFieldMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field migration.
MigrateFieldInterface::alterFieldWidgetMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field widget migration.
MigrateFieldInterface::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field bundle migrations.
MigrateFieldInterface::getFieldFormatterMap function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Get a map between D6 formatters and D8 formatters for this field type.
MigrateFieldInterface::getFieldFormatterType function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Get the field formatter type from the source.
MigrateFieldInterface::getFieldType function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Computes the destination type of a migrated field.
MigrateFieldInterface::getFieldWidgetMap function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Get a map between D6 and D8 widgets for this field type.
MigrateFieldInterface::getFieldWidgetType function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Get the field widget type from the source.
MigrateFieldPluginManagerInterface interface core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManagerInterface.php
MigrateFieldPluginManagerInterface.php file core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManagerInterface.php
MigrateFieldPluginManagerInterface::getPluginIdFromFieldType function core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManagerInterface.php Get the plugin ID from the field type.
MigrateIdMapInterface interface core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Defines an interface for migrate ID mappings.
MigrateIdMapInterface.php file core/modules/migrate/src/Plugin/MigrateIdMapInterface.php
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.

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