interface DataParserPluginInterface in Migrate Plus 8
Same name and namespace in other branches
- 8.5 src/DataParserPluginInterface.php \Drupal\migrate_plus\DataParserPluginInterface
- 8.2 src/DataParserPluginInterface.php \Drupal\migrate_plus\DataParserPluginInterface
- 8.3 src/DataParserPluginInterface.php \Drupal\migrate_plus\DataParserPluginInterface
- 8.4 src/DataParserPluginInterface.php \Drupal\migrate_plus\DataParserPluginInterface
Defines an interface for data parsers.
Hierarchy
- interface \Drupal\migrate_plus\DataParserPluginInterface extends \Drupal\migrate_plus\Iterator \Drupal\migrate_plus\Countable
Expanded class hierarchy of DataParserPluginInterface
All classes that implement DataParserPluginInterface
See also
\Drupal\migrate_plus\Annotation\DataParser
\Drupal\migrate_plus\DataParserPluginBase
\Drupal\migrate_plus\DataParserPluginManager
1 file declares its use of DataParserPluginInterface
- Url.php in src/
Plugin/ migrate/ source/ Url.php - Contains Drupal\migrate_plus\Plugin\migrate\source\Url.
File
- src/
DataParserPluginInterface.php, line 18 - Contains \Drupal\migrate_plus\DataParserPluginInterface.
Namespace
Drupal\migrate_plusView source
interface DataParserPluginInterface extends \Iterator, \Countable {
}