You are here

Functions in Boost 5

Primary tabs

Namesort descending Location Description Direct uses Strings
boost_cache_clear_all ./boost.api.inc Deletes all static files currently in the cache.
boost_cache_directory ./boost.api.inc Returns the full directory path to the static file cache directory. 3
boost_cache_expire ./boost.api.inc Expires the static file cache for a given page, or multiple pages matching a wildcard. 3
boost_cache_expire_all ./boost.api.inc Deletes all expired static files currently in the cache. 2
boost_cache_get ./boost.api.inc Returns the cached contents of the specified page, if available.
boost_cache_set ./boost.api.inc Replaces the cached contents of the specified page, if stale. 1
boost_comment ./boost.module Implementation of hook_comment(). Acts on comment modification.
boost_cron ./boost.module Implementation of hook_cron(). Performs periodic actions.
boost_exit ./boost.module Implementation of hook_exit(). Performs cleanup tasks.
boost_file_get_age ./boost.api.inc Returns the age of a cached file, measured in seconds since it was last updated. 1
boost_file_is_expired ./boost.api.inc Determines whether a cached file has expired, i.e. whether its age exceeds the maximum cache lifetime as defined by Drupal's system settings. 1 1
boost_file_path ./boost.api.inc Returns the static file path for a Drupal page. 4 1
boost_form_alter ./boost.module Implementation of hook_form_alter(). Performs alterations before a form is rendered.
boost_help ./boost.module Implementation of hook_help(). Provides online user help.
boost_init ./boost.module Implementation of hook_init(). Performs page setup tasks.
boost_install ./boost.install Implementation of hook_install(). Installs the current version of the database schema.
boost_is_cacheable ./boost.api.inc Determines whether a given Drupal page can be cached or not. 1
boost_is_cached ./boost.api.inc Determines whether a given Drupal page is currently cached or not.
boost_menu ./boost.module Implementation of hook_menu(). Defines menu items and page callbacks.
boost_nodeapi ./boost.module Implementation of hook_nodeapi(). Acts on nodes defined by other modules.
boost_perm ./boost.module Implementation of hook_perm(). Defines user permissions.
boost_settings Deprecated ./boost.module Implementation of hook_settings(). Declares administrative settings for a module. 1
boost_settings_form ./boost.admin.inc Declares administrative settings for the Boost module. 1
boost_system_settings_form ./boost.admin.inc Performs alterations to the system settings form before it is rendered. 1
boost_taxonomy ./boost.module Implementation of hook_taxonomy(). Acts on taxonomy changes.
boost_user ./boost.module Implementation of hook_user(). Acts on user account actions.
_boost_get_content_type ./boost.module Determines the MIME content type of the current page response based on the currently set Content-Type HTTP header. 1
_boost_get_http_header ./boost.module 2
_boost_get_http_status ./boost.module Determines the HTTP response code that the current page request will be returning by examining the HTTP headers that have been output so far. 1
_boost_mkdir_p ./boost.helpers.inc Recursive version of mkdir(), compatible with PHP4. 1
_boost_ob_handler ./boost.module PHP output buffering callback for static page caching. 1
_boost_rmdir_rf ./boost.helpers.inc Recursive version of rmdir(); use with extreme caution. 2
_boost_symlink ./boost.helpers.inc Creates a symbolic link using a computed relative path where possible. 1

Other projects