You are here

interface DataParserPluginInterface in Migrate Plus 8

Same name and namespace in other branches
  1. 8.5 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

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_plus
View source
interface DataParserPluginInterface extends \Iterator, \Countable {

}

Members