class EntitySchema

Defines RDF terms corresponding to Drupal entity types.

Hierarchy

Expanded class hierarchy of EntitySchema

2 files declare their use of EntitySchema

File

drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/EntitySchema.php, line 16
Contains EntitySchema.

Namespace

Drupal\rdf\SiteSchema
View source

Members

Namesort descending Modifiers Type Description Overrides
EntitySchema::$entityType protected property The entity type that this term identifies.
EntitySchema::$uriPattern public static property The URI pattern for entity site schema terms. Overrides SchemaTermBase::$uriPattern 1
EntitySchema::getGraph public function Implements \Drupal\rdf\SiteSchema\SchemaTermInterface::getGraph(). Overrides SchemaTermInterface::getGraph
EntitySchema::getProperties public function Overrides \Drupal\rdf\SiteSchema\SchemaTermBase::getProperties(). Overrides SchemaTermBase::getProperties 1
EntitySchema::getUri public function Implements \Drupal\rdf\SiteSchema\SchemaTermInterface::getUri(). Overrides SchemaTermInterface::getUri 1
EntitySchema::__construct public function Constructor. Overrides SchemaTermBase::__construct 1
SchemaTermBase::$siteSchema protected property The schema in which this term is defined.