function TermNode::getIds
Same name in other branches
- 9 core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php \Drupal\taxonomy\Plugin\migrate\source\d6\TermNode::getIds()
- 10 core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php \Drupal\taxonomy\Plugin\migrate\source\d6\TermNode::getIds()
- 11.x core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php \Drupal\taxonomy\Plugin\migrate\source\d6\TermNode::getIds()
Overrides MigrateSourceInterface::getIds
File
-
core/
modules/ taxonomy/ src/ Plugin/ migrate/ source/ d6/ TermNode.php, line 65
Class
- TermNode
- Source returning tids from the term_node table for the current revision.
Namespace
Drupal\taxonomy\Plugin\migrate\source\d6Code
public function getIds() {
$ids['vid']['type'] = 'integer';
$ids['vid']['alias'] = 'tn';
return $ids;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.