You are here

protected property DataParserPluginBase::$currentId in Migrate Plus 8.3

Same name and namespace in other branches
  1. 8.5 src/DataParserPluginBase.php \Drupal\migrate_plus\DataParserPluginBase::currentId
  2. 8 src/DataParserPluginBase.php \Drupal\migrate_plus\DataParserPluginBase::currentId
  3. 8.2 src/DataParserPluginBase.php \Drupal\migrate_plus\DataParserPluginBase::currentId
  4. 8.4 src/DataParserPluginBase.php \Drupal\migrate_plus\DataParserPluginBase::currentId

Value of the ID for the current item when iterating.

Type: string

File

src/DataParserPluginBase.php, line 51

Class

DataParserPluginBase
Defines a base data parser implementation.

Namespace

Drupal\migrate_plus

Code

protected $currentId = NULL;