You are here

protected property SourcePluginBase::$currentSourceIds in Drupal 8

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

The primary key of the current row.

Type: array

File

core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php, line 96

Class

SourcePluginBase
The base class for source plugins.

Namespace

Drupal\migrate\Plugin\migrate\source

Code

protected $currentSourceIds;