You are here

interface RequirementsAwareSourceInterface in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/tests/src/Unit/MigrationTest.php \Drupal\Tests\migrate\Unit\RequirementsAwareSourceInterface

Hierarchy

Expanded class hierarchy of RequirementsAwareSourceInterface

All classes that implement RequirementsAwareSourceInterface

File

core/modules/migrate/tests/src/Unit/MigrationTest.php, line 146
Contains \Drupal\Tests\migrate\Unit\MigrationTest.

Namespace

Drupal\Tests\migrate\Unit
View source
interface RequirementsAwareSourceInterface extends MigrateSourceInterface, RequirementsInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
MigrateSourceInterface::fields public function Returns available fields on the source. 64
MigrateSourceInterface::getIds public function Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0). 64
MigrateSourceInterface::prepareRow public function Add additional data to the row. 1
MigrateSourceInterface::__toString public function 4
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 2
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2
RequirementsInterface::checkRequirements public function Checks if requirements for this plugin are OK. 3