You are here

public static function OpignoTincanLiveMeeting::getSubscribedEvents in Opigno TinCan API 8

Same name and namespace in other branches
  1. 3.x modules/opigno_tincan_live_meeting/src/EventSubscriber/OpignoTincanLiveMeeting.php \Drupal\opigno_tincan_live_meeting\EventSubscriber\OpignoTincanLiveMeeting::getSubscribedEvents()

File

modules/opigno_tincan_live_meeting/src/EventSubscriber/OpignoTincanLiveMeeting.php, line 71

Class

OpignoTincanLiveMeeting
Class OpignoTincanLiveMeeting.

Namespace

Drupal\opigno_tincan_live_meeting\EventSubscriber

Code

public static function getSubscribedEvents() {
  $events[KernelEvents::REQUEST][] = [
    'tincanLiveMeeting',
  ];
  return $events;
}