constant FULLCALENDAR_MIN_PLUGIN_VERSION in FullCalendar 8
Same name and namespace in other branches
- 8.5 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
- 6 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 FullCalendar plugin.
1 use of FULLCALENDAR_MIN_PLUGIN_VERSION
- fullcalendar_requirements in ./
fullcalendar.install - Implements hook_requirements().
File
- ./
fullcalendar.module, line 17 - Provides a views style plugin for FullCalendar
Code
define('FULLCALENDAR_MIN_PLUGIN_VERSION', '3.3.0');