interface RequirementsAwareSourceInterface
Same name and namespace in other branches
- 9 core/modules/migrate/tests/src/Unit/MigrationTest.php \Drupal\Tests\migrate\Unit\RequirementsAwareSourceInterface
Defines the RequirementsAwareSourceInterface.
Hierarchy
- interface \Drupal\migrate\Plugin\MigrateSourceInterface implements \Drupal\migrate\Plugin\Countable, \Drupal\migrate\Plugin\Iterator, \Drupal\Component\Plugin\PluginInspectionInterface; interface \Drupal\migrate\Plugin\RequirementsInterface
- interface \Drupal\Tests\migrate\Unit\RequirementsAwareSourceInterface implements \Drupal\migrate\Plugin\MigrateSourceInterface, \Drupal\migrate\Plugin\RequirementsInterface
Expanded class hierarchy of RequirementsAwareSourceInterface
All classes that implement RequirementsAwareSourceInterface
File
-
core/
modules/ migrate/ tests/ src/ Unit/ MigrationTest.php, line 517
Namespace
Drupal\Tests\migrate\UnitView source
interface RequirementsAwareSourceInterface extends MigrateSourceInterface, RequirementsInterface {
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
MigrateSourceInterface::fields | public | function | Returns available fields on the source. | 89 |
MigrateSourceInterface::getIds | public | function | Defines the source fields uniquely identifying a source row. | 89 |
MigrateSourceInterface::getSourceModule | public | function | Gets the source module providing the source data. | 1 |
MigrateSourceInterface::NOT_COUNTABLE | constant | Indicates that the source is not countable. | ||
MigrateSourceInterface::prepareRow | public | function | Adds additional data to the row. | 1 |
MigrateSourceInterface::__toString | public | function | Allows class to decide how it will react when it is treated like a string. | 8 |
PluginInspectionInterface::getPluginDefinition | public | function | Gets the definition of the plugin implementation. | 5 |
PluginInspectionInterface::getPluginId | public | function | Gets the plugin ID of the plugin instance. | 3 |
RequirementsInterface::checkRequirements | public | function | Checks if requirements for this plugin are OK. | 3 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.