You are here

function hook_bat_fullcalendar_modal_content in Booking and Availability Management Tools for Drupal 8

Same name and namespace in other branches
  1. 7 modules/bat_fullcalendar/bat_fullcalendar.api.php \hook_bat_fullcalendar_modal_content()

Allow other modules to change the modal content.

Parameters

$unit:

$event_type:

$event_id:

$start_date:

$end_date:

1 function implements hook_bat_fullcalendar_modal_content()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

bat_fullcalendar_bat_fullcalendar_modal_content in modules/bat_fullcalendar/bat_fullcalendar.module
Implements hook_bat_fullcalendar_modal_content();
1 invocation of hook_bat_fullcalendar_modal_content()
BatFullcalendarController::fullcalendarEventManagement in modules/bat_fullcalendar/src/Controller/BatFullcalendarController.php
The EventManager page shows when clicking on an event in the calendar - will allow a user to manipulate that event.

File

modules/bat_fullcalendar/bat_fullcalendar.api.php, line 37
This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.

Code

function hook_bat_fullcalendar_modal_content($unit, $event_type, $event_id, $start_date, $end_date) {

  // No example.
}