You are here

constant FULLCALENDAR_MIN_PLUGIN_VERSION in FullCalendar 7.2

Same name and namespace in other branches
  1. 8.5 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION
  2. 8 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION
  3. 8.2 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION
  4. 8.3 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION
  5. 8.4 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION
  6. 6.2 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION
  7. 6 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION
  8. 7 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION

The minimum supported version of the FullCalendar plugin.

3 uses of FULLCALENDAR_MIN_PLUGIN_VERSION
fullcalendar_library in ./fullcalendar.module
Implements hook_library().
fullcalendar_requirements in ./fullcalendar.install
Implements hook_requirements().
_fullcalendar_status in ./fullcalendar.module
Checks FullCalendar dependencies.

File

./fullcalendar.module, line 18
Provides a views style plugin for FullCalendar

Code

define('FULLCALENDAR_MIN_PLUGIN_VERSION', '1.4.10');