function RdfMapping::getPreparedBundleMapping
Same name in other branches
- 8.9.x core/modules/rdf/src/Entity/RdfMapping.php \Drupal\rdf\Entity\RdfMapping::getPreparedBundleMapping()
Overrides RdfMappingInterface::getPreparedBundleMapping
File
-
core/
modules/ rdf/ src/ Entity/ RdfMapping.php, line 75
Class
- RdfMapping
- Config entity for working with RDF mappings.
Namespace
Drupal\rdf\EntityCode
public function getPreparedBundleMapping() {
return [
'types' => $this->types,
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.