You are here

service opigno_moxtra.connector in Opigno Moxtra 3.x

Same name and namespace in other branches
  1. 8 opigno_moxtra.services.yml \opigno_moxtra.connector

Class

Drupal\opigno_moxtra\MoxtraConnector
7 string references to opigno_moxtra.connector
MeetingController::create in src/Controller/MeetingController.php
Instantiates a new instance of this class.
MoxtraService::create in src/MoxtraService.php
opigno_moxtra_preprocess_page in ./opigno_moxtra.module
Implements hook_preprocess_page().
opigno_moxtra_user_insert in ./opigno_moxtra.module
Implements hook_ENTITY_TYPE_insert().
opigno_moxtra_user_update in ./opigno_moxtra.module
Implements hook_ENTITY_TYPE_update().

... See full list

File

./opigno_moxtra.services.yml
opigno_moxtra.services.yml

View source
  1. class: Drupal\opigno_moxtra\MoxtraConnector
  2. arguments:
  3. - '@config.factory'
  4. - '@logger.factory'
  5. - '@cache.default'
  6. - '@datetime.time'
  7. - '@messenger'
  8. - '@http_client'
  9. - '@keyvalue'