You are here

public function RdfMappingInterface::getPreparedBundleMapping in Drupal 9

Same name and namespace in other branches
  1. 8 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\rdf

Code

public function getPreparedBundleMapping();