9 calls to bat_event_load() in Booking and Availability Management Tools for Drupal 8
- bat_event_update_8001 in modules/
bat_event/ bat_event.install - Migrate event's dates on the new field.
- bat_fullcalendar_bat_fullcalendar_modal_content in modules/
bat_fullcalendar/ bat_fullcalendar.module - Implements hook_bat_fullcalendar_modal_content();
- EditRepeatingRuleConfirmationModalForm::checkAvailability in modules/
bat_event_series/ src/ Form/ EditRepeatingRuleConfirmationModalForm.php - EditRepeatingRuleConfirmationModalForm::getEvents in modules/
bat_event_series/ src/ Form/ EditRepeatingRuleConfirmationModalForm.php - EventForm::validateForm in modules/
bat_event/ src/ Entity/ Form/ EventForm.php - Button-level validation handlers are highly discouraged for entity forms, as they will prevent entity validation from running. If the entity is going to be saved during the form submission, this method should be manually invoked from the button-level…
- EventManagementAccessCheck::access in modules/
bat_fullcalendar/ src/ Access/ EventManagementAccessCheck.php - Checks access to the event add page for the event type.
- EventSeries::checkAvailability in modules/
bat_event_series/ src/ Entity/ EventSeries.php - FullCalendarFixedStateEventFormatter::format in modules/
bat_fullcalendar/ src/ FullCalendarFixedStateEventFormatter.php - FullCalendarOpenStateEventFormatter::format in modules/
bat_fullcalendar/ src/ FullCalendarOpenStateEventFormatter.php