function NodeRevision::getIds
Overrides Node::getIds
1 method overrides NodeRevision::getIds()
- NodeComplete::getIds in core/
modules/ node/ src/ Plugin/ migrate/ source/ d6/ NodeComplete.php - Defines the source fields uniquely identifying a source row.
File
-
core/
modules/ node/ src/ Plugin/ migrate/ source/ d6/ NodeRevision.php, line 42
Class
- NodeRevision
- Drupal 6 node revision source from database.
Namespace
Drupal\node\Plugin\migrate\source\d6Code
public function getIds() {
$ids['vid']['type'] = 'integer';
$ids['vid']['alias'] = 'nr';
return $ids;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.