function RdfMapping::getIds
Same name in other branches
- 8.9.x core/modules/rdf/src/Plugin/migrate/source/d7/RdfMapping.php \Drupal\rdf\Plugin\migrate\source\d7\RdfMapping::getIds()
Overrides MigrateSourceInterface::getIds
File
-
core/
modules/ rdf/ src/ Plugin/ migrate/ source/ d7/ RdfMapping.php, line 66
Class
- RdfMapping
- Drupal 7 rdf source from database.
Namespace
Drupal\rdf\Plugin\migrate\source\d7Code
public function getIds() {
return [
'type' => [
'type' => 'string',
],
'bundle' => [
'type' => 'string',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.