static function TestMappingSubscriber::getSubscribedEvents

Implements EventSubscriberInterface::getSubscribedEvents().

Overrides EventSubscriberInterface::getSubscribedEvents

File

drupal/core/modules/rdf/tests/rdf_test_mapping/lib/Drupal/rdf_test_mapping/EventSubscriber/TestMappingSubscriber.php, line 53
Contains TestMappingSubscriber.

Class

TestMappingSubscriber

Namespace

Drupal\rdf_test_mapping\EventSubscriber

Code

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