You are here

function bat_event_load_state in Booking and Availability Management Tools for Drupal 8

Same name and namespace in other branches
  1. 7 modules/bat_event/bat_event.module \bat_event_load_state()

Parameters

int $state_id:

1 call to bat_event_load_state()
FullCalendarFixedStateEventFormatter::format in modules/bat_fullcalendar/src/FullCalendarFixedStateEventFormatter.php

File

modules/bat_event/bat_event.module, line 274
Manage Events - Events store the EventValue of a Unit over a period of time.

Code

function bat_event_load_state($state_id) {
  return State::load($state_id);
}