static function MappingSubscriber::getSubscribedEvents

Implements EventSubscriberInterface::getSubscribedEvents().

Overrides EventSubscriberInterface::getSubscribedEvents

File

drupal/core/modules/rdf/lib/Drupal/rdf/EventSubscriber/MappingSubscriber.php, line 41
Contains MappingSubscriber.

Class

MappingSubscriber
Default RDF mapping handling.

Namespace

Drupal\rdf\EventSubscriber

Code

static function getSubscribedEvents() {
  $events[RdfMappingEvents::MAP_TYPES_FROM_INPUT] = 'mapTypesFromInput';
  return $events;
}