public static function OpignoTincanLiveMeeting::create in Opigno TinCan API 3.x
Same name and namespace in other branches
- 8 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'));
}