public static function OpignoTincanLiveMeeting::create in Opigno TinCan API 8
Same name and namespace in other branches
- 3.x modules/opigno_tincan_live_meeting/src/EventSubscriber/OpignoTincanLiveMeeting.php \Drupal\opigno_tincan_live_meeting\EventSubscriber\OpignoTincanLiveMeeting::create()
File
- modules/opigno_tincan_live_meeting/ src/ EventSubscriber/ OpignoTincanLiveMeeting.php, line 60 
Class
- OpignoTincanLiveMeeting
- Class OpignoTincanLiveMeeting.
Namespace
Drupal\opigno_tincan_live_meeting\EventSubscriberCode
public static function create(ContainerInterface $container) {
  return new static($container
    ->get('current_user'), $container
    ->get('current_route_match'), $container
    ->get('opigno_moxtra.moxtra_api'));
}