class RdfMappingManager

Manager for mapping internal and external schema terms.

Hierarchy

Expanded class hierarchy of RdfMappingManager

1 file declares its use of RdfMappingManager
1 string reference to 'RdfMappingManager'
1 service uses RdfMappingManager

File

drupal/core/modules/rdf/lib/Drupal/rdf/RdfMappingManager.php, line 22
Contains RdfMappingManager.

Namespace

Drupal\rdf
View source

Members

Namesort descending Modifiers Type Description Overrides
RdfMappingManager::$dispatcher protected property The event dispatcher.
RdfMappingManager::$siteSchemaManager protected property The site schema manager.
RdfMappingManager::getTypedDataIdsFromTypeUris public function Convert an array of RDF type URIs to the corresponding TypedData IDs.
RdfMappingManager::mapTypesFromInput protected function Map an array of incoming URIs to an internal site schema URI.
RdfMappingManager::__construct public function Constructor.