constant BOOST_FILE_EXTENSION in Boost 6
Same name and namespace in other branches
- 5 boost.module \BOOST_FILE_EXTENSION
12 uses of BOOST_FILE_EXTENSION
- boost_admin_boost_performance_page in ./
boost.admin.inc - Form builder; Displays Boost's configuration page.
- boost_admin_generate_htaccess in ./
boost.admin.inc - Generate htaccess code.
- boost_cache_expire_by_db in ./
boost.module - Expires the static file cache for the given paths via database.
- boost_cache_expire_by_filename in ./
boost.module - Expires the static file cache for paths matching a wildcard via filesystem.
- boost_cache_kill_url in ./
boost.module - Deletes cached page from file system & database.
File
- ./
boost.module, line 52 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
define('BOOST_FILE_EXTENSION', variable_get('boost_file_extension', '.html'));