constant BOOST_HALT_ON_MESSAGES in Boost 6
3 uses of BOOST_HALT_ON_MESSAGES
- boost_admin_boost_performance_page in ./
boost.admin.inc - Form builder; Displays Boost's configuration page.
- boost_block in ./
boost.module - Implementation of hook_block().
- _boost_ob_handler in ./
boost.module - PHP output buffering callback for static page caching.
File
- ./
boost.module, line 82 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
define('BOOST_HALT_ON_MESSAGES', variable_get('boost_halt_on_messages', TRUE));