Config entity for working with RDF mappings.
Plugin annotation
@ConfigEntityType(
id = "rdf_mapping",
label = @Translation("RDF mapping"),
config_prefix = "mapping",
entity_keys = {
"id" = "id"
},
config_export = {
"id",
"targetEntityType",
"bundle",
"types",
"fieldMappings",
}
)
Hierarchy
class \Drupal\Core\Entity\Entity implements EntityInterface uses RefinableCacheableDependencyTrait, DependencySerializationTraitclass \Drupal\Core\Config\Entity\ConfigEn