You are here

service opigno_moxtra.moxtra_api in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x opigno_moxtra.services.yml \opigno_moxtra.moxtra_api

Class

Drupal\opigno_moxtra\MoxtraService
9 string references to opigno_moxtra.moxtra_api
MeetingController::create in src/Controller/MeetingController.php
Instantiates a new instance of this class.
MeetingForm::create in src/Form/MeetingForm.php
Instantiates a new instance of this class.
MeetingScoreForm::create in src/Form/MeetingScoreForm.php
Instantiates a new instance of this class.
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\MoxtraService
  2. arguments:
  3. - '@string_translation'
  4. - '@config.factory'
  5. - '@logger.factory'
  6. - '@messenger'
  7. - '@http_client'
  8. - '@opigno_moxtra.connector'