public 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.
File
- core/modules/rdf/src/RdfMappingInterface.php, line 23
Class
- RdfMappingInterface
- Provides an interface defining an RDF mapping entity.
Namespace
Drupal\rdf
Code
public function getPreparedBundleMapping();
Please login to continue.