function _opigno_moxtra_get_opigno_api in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x 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 50 - Contains opigno_moxtra.module.
Code
function _opigno_moxtra_get_opigno_api() {
return \Drupal::service('opigno_moxtra.connector');
}