You are here

constant MigrateSourceInterface::NOT_COUNTABLE in Drupal 10

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