You are here

public static function CalendarEventManager::get in Opigno calendar event 3.x

Same name and namespace in other branches
  1. 8 src/CalendarEventManager.php \Drupal\opigno_calendar_event\CalendarEventManager::get()

Retrieves the Calendar event manager service.

Return value

static

4 calls to CalendarEventManager::get()
opigno_calendar_event_entity_extra_field_info in ./opigno_calendar_event.module
Implements hook_entity_extra_field_info().
opigno_calendar_event_entity_view in ./opigno_calendar_event.module
Implements hook_entity_view().
opigno_calendar_event_form_alter in ./opigno_calendar_event.module
Implements hook_form_alter().
opigno_calendar_event_form_field_config_edit_form_alter in ./opigno_calendar_event.module
Implements hook_form_FORM_ID_alter().

File

src/CalendarEventManager.php, line 81

Class

CalendarEventManager
The calendar event manager.

Namespace

Drupal\opigno_calendar_event

Code

public static function get() {
  return \Drupal::service('opigno_calendar_event.manager');
}