function RdfMapping::id

Same name and namespace in other branches
  1. 8.9.x core/modules/rdf/src/Entity/RdfMapping.php \Drupal\rdf\Entity\RdfMapping::id()

Overrides EntityBase::id

File

core/modules/rdf/src/Entity/RdfMapping.php, line 137

Class

RdfMapping
Config entity for working with RDF mappings.

Namespace

Drupal\rdf\Entity

Code

public function id() {
    return $this->targetEntityType . '.' . $this->bundle;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.