Skip to main content
Home
Drupal API Help
Helping Drupal Community, One API at a time

Main menu

  • Home
  • Drupal Core
  • Getting Help

You are here

Home » API reference » Opigno Moxtra 8 » opigno_moxtra.module

function _opigno_moxtra_get_moxtra_api in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x 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 60
Contains opigno_moxtra.module.

Code

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

API Navigation

  • Opigno Moxtra 8
  • Classes
  • Functions
  • Files
  • Namespaces
  • Services
  • Constants

Drupal is a registered trademark of Dries Buytaert. This site is not affiliated with Dries Buytaert, Drupal Association or Drupal.org.