You are here

function _opigno_moxtra_get_moxtra_api in Opigno Moxtra 3.x

Same name and namespace in other branches
  1. 8 opigno_moxtra.module \_opigno_moxtra_get_moxtra_api()

Returns the Moxtra API service.

Return value

\Drupal\opigno_moxtra\MoxtraServiceInterface Moxtra API service.

10 calls to _opigno_moxtra_get_moxtra_api()
opigno_moxtra_group_content_delete in ./opigno_moxtra.module
Implements hook_ENTITY_TYPE_delete().
opigno_moxtra_group_content_insert in ./opigno_moxtra.module
Implements hook_ENTITY_TYPE_insert().
opigno_moxtra_group_insert in ./opigno_moxtra.module
Implements hook_ENTITY_TYPE_insert().
opigno_moxtra_opigno_moxtra_meeting_delete in ./opigno_moxtra.module
Implements hook_ENTITY_TYPE_delete().
opigno_moxtra_opigno_moxtra_meeting_update in ./opigno_moxtra.module
Implements hook_ENTITY_TYPE_update().

... See full list

File

./opigno_moxtra.module, line 62
Contains opigno_moxtra.module.

Code

function _opigno_moxtra_get_moxtra_api() {
  return \Drupal::service('opigno_moxtra.moxtra_api');
}