You are here

Functions in Bootstrap Library 7

Primary tabs

Namesort descending Location Description Direct uses Strings
bootstrap_library_check_path ./bootstrap_library.module 1
bootstrap_library_check_theme ./bootstrap_library.module 1
bootstrap_library_init ./bootstrap_library.module Implements hook_init().
bootstrap_library_install ./bootstrap_library.install Implementation of hook_install(). This will create our system variable defaults. The benefit is that we do not need to pass defaults to variable_get(), which allows centralization of defaults.
bootstrap_library_installed ./bootstrap_library.module Check if the Bootstrap library is installed.
bootstrap_library_libraries_info ./bootstrap_library.module Implements hook_libraries_info().
bootstrap_library_loaded ./bootstrap_library.module Check if the Bootstrap library has been loaded.
bootstrap_library_menu ./bootstrap_library.module Implementation of hook_menu().
bootstrap_library_requirements ./bootstrap_library.module Implements hook_requirements().
bootstrap_library_settings ./bootstrap_library.module Module settings form. 8
bootstrap_library_uninstall ./bootstrap_library.install Implementation of hook_uninstall(). Only clears our variables, so a fresh installation can repopulate them.
bootstrap_library_update_7002 ./bootstrap_library.install Implementation of hook_update().
bootstrap_library_update_7003 ./bootstrap_library.install Adds file types settings.
_bootstrap_library_defaults ./bootstrap_library.install Default settings storage. 1
_bootstrap_library_get_files ./bootstrap_library.module Define which files needed to be loaded. 1

Other projects