constant FULLCALENDAR_MIN_PLUGIN_VERSION in FullCalendar 6
Same name and namespace in other branches
- 8.5 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION
- 8 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION
- 8.2 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION
- 8.3 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION
- 8.4 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION
- 6.2 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION
- 7.2 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION
- 7 fullcalendar.module \FULLCALENDAR_MIN_PLUGIN_VERSION
The minimum supported version of the FullCalender plugin.
3 uses of FULLCALENDAR_MIN_PLUGIN_VERSION
- fullcalendar.drush.inc in ./
fullcalendar.drush.inc - Drush integration for FullCalendar.
- fullcalendar_requirements in ./
fullcalendar.install - Implementation of hook_requirements().
- _fullcalendar_status in ./
fullcalendar.module - Checks FullCalendar dependencies, jQuery version, and Colorbox plugin.
File
- ./
fullcalendar.module, line 16 - Provides a views style plugin for FullCalendar
Code
define('FULLCALENDAR_MIN_PLUGIN_VERSION', '1.4.9');