constant BOOST_ENABLED in Boost 5
Same name and namespace in other branches
- 6 boost.module \BOOST_ENABLED
6 uses of BOOST_ENABLED
- boost_comment in ./
boost.module - Implementation of hook_comment(). Acts on comment modification.
- boost_cron in ./
boost.module - Implementation of hook_cron(). Performs periodic actions.
- boost_init in ./
boost.module - Implementation of hook_init(). Performs page setup tasks.
- boost_nodeapi in ./
boost.module - Implementation of hook_nodeapi(). Acts on nodes defined by other modules.
- boost_taxonomy in ./
boost.module - Implementation of hook_taxonomy(). Acts on taxonomy changes.
File
- ./
boost.module, line 14 - Provides static page caching for Drupal.
Code
define('BOOST_ENABLED', variable_get('boost', CACHE_DISABLED));