MigrateSourceInterface::NOT_COUNTABLE

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Plugin/MigrateSourceInterface.php \Drupal\migrate\Plugin\MigrateSourceInterface::NOT_COUNTABLE
  2. 10 core/modules/migrate/src/Plugin/MigrateSourceInterface.php \Drupal\migrate\Plugin\MigrateSourceInterface::NOT_COUNTABLE

Indicates that the source is not countable.

File

core/modules/migrate/src/Plugin/MigrateSourceInterface.php, line 23

Class

MigrateSourceInterface
Defines an interface for migrate sources.

Namespace

Drupal\migrate\Plugin

Code

const NOT_COUNTABLE = -1;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.