Change record status: 
Project: 
Introduced in branch: 
8.x
Description: 

In Drupal 7, the RDF mapping for a bundle was attached to the entity on entity_load and could be accessed using $entity->rdf_mapping.

In Drupal 8, this property have been removed. The entity's mapping should be accessed using one of the following functions:

When loading a mapping to edit it.

  • RdfMapping::getBundleMapping()
  • RdfMapping::getFieldMapping()

When loading a mapping to place it in HTML.

  • RdfMapping::getPreparedBundleMapping()
  • RdfMapping::getPreparedFieldMapping()

For more information, see https://drupal.org/node/2028865.

Impacts: 
Module developers
Themers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done