constant RDF_DEFAULT_BUNDLE

RDF bundle flag: Default bundle.

Implementations of hook_rdf_mapping() should use this constant for the 'bundle' key when defining a default set of RDF mappings for an entity type. Each bundle will inherit the default mappings defined for the entity type unless the bundle defines its own specific mappings.

Related topics

7 uses of RDF_DEFAULT_BUNDLE

File

drupal/core/modules/rdf/rdf.module, line 76
Enables semantically enriched output for Drupal sites in the form of RDFa.

Code

const RDF_DEFAULT_BUNDLE = '';