constant BOOST_FILE_PATH in Boost 6
Same name and namespace in other branches
- 5 boost.module \BOOST_FILE_PATH
20 uses of BOOST_FILE_PATH
- BoostTestCase::test_configuration in ./
boost.test - boost_admin_boost_performance_page in ./
boost.admin.inc - Form builder; Displays Boost's configuration page.
- boost_block_db_rm_settings_form_submit in ./
boost.module - Removes page specific settings in the boost cache database.
- boost_cache_clear_all_db in ./
boost.module - Resets all entries in database.
- boost_cache_delete in ./
boost.module - Deletes files in the cache.
File
- ./
boost.module, line 115 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
define('BOOST_FILE_PATH', BOOST_MULTISITE_SINGLE_DB ? boost_cache_directory(NULL, FALSE) : variable_get('boost_file_path', boost_cache_directory(BOOST_HOST, FALSE)));