DataParserPluginInterface.php in Migrate Plus 8.3
Same filename and directory in other branches
Namespace
Drupal\migrate_plusFile
src/DataParserPluginInterface.phpView source
<?php
namespace Drupal\migrate_plus;
/**
* Defines an interface for data parsers.
*
* @see \Drupal\migrate_plus\Annotation\DataParser
* @see \Drupal\migrate_plus\DataParserPluginBase
* @see \Drupal\migrate_plus\DataParserPluginManager
* @see plugin_api
*/
interface DataParserPluginInterface extends \Iterator, \Countable {
}
Interfaces
Name | Description |
---|---|
DataParserPluginInterface | Defines an interface for data parsers. |