You are here

interface DataParserPluginInterface in Migrate Plus 8.5

Same name and namespace in other branches
  1. 8 src/DataParserPluginInterface.php \Drupal\migrate_plus\DataParserPluginInterface
  2. 8.2 src/DataParserPluginInterface.php \Drupal\migrate_plus\DataParserPluginInterface
  3. 8.3 src/DataParserPluginInterface.php \Drupal\migrate_plus\DataParserPluginInterface
  4. 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

Plugin API

File

src/DataParserPluginInterface.php, line 13

Namespace

Drupal\migrate_plus
View source
interface DataParserPluginInterface extends \Iterator, \Countable {

}

Members