function RdfMappingInterface::getPreparedBundleMapping
Same name in other branches
- 9 core/modules/rdf/src/RdfMappingInterface.php \Drupal\rdf\RdfMappingInterface::getPreparedBundleMapping()
Gets the mapping for the bundle-level data.
The prepared bundle mapping should be used when outputting data in RDF serializations such as RDFa. In the prepared mapping, the mapping configuration's CURIE arrays are processed into CURIE strings suitable for output.
Return value
array The bundle mapping.
1 method overrides RdfMappingInterface::getPreparedBundleMapping()
- RdfMapping::getPreparedBundleMapping in core/
modules/ rdf/ src/ Entity/ RdfMapping.php - Gets the mapping for the bundle-level data.
File
-
core/
modules/ rdf/ src/ RdfMappingInterface.php, line 23
Class
- RdfMappingInterface
- Provides an interface defining an RDF mapping entity.
Namespace
Drupal\rdfCode
public function getPreparedBundleMapping();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.