constant BOOST_CACHEABILITY_OPTION in Boost 5
Same name and namespace in other branches
- 6 boost.module \BOOST_CACHEABILITY_OPTION
2 uses of BOOST_CACHEABILITY_OPTION
- boost_is_cacheable in ./
boost.api.inc - Determines whether a given Drupal page can be cached or not.
- boost_settings_form in ./
boost.admin.inc - Declares administrative settings for the Boost module.
File
- ./
boost.module, line 18 - Provides static page caching for Drupal.
Code
define('BOOST_CACHEABILITY_OPTION', variable_get('boost_cacheability_option', 0));