You are here

function _opigno_moxtra_get_opigno_api in Opigno Moxtra 3.x

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

Returns the Opigno API service.

Return value

\Drupal\opigno_moxtra\MoxtraConnector Opigno API service.

File

./opigno_moxtra.module, line 52
Contains opigno_moxtra.module.

Code

function _opigno_moxtra_get_opigno_api() {
  return \Drupal::service('opigno_moxtra.connector');
}