restore_disabled_page |
core/restore.php |
Renders a help page if access is allowed but backups are not enabled. |
restore_access_allowed |
core/restore.php |
Determines if the current user is allowed to access restore.php. |
restore_task_list |
core/restore.php |
Adds the restore task list to the current page. |
restore_goto |
core/restore.php |
Light-weight version of backdrop_goto() that guarantees no database usage. |
bartik_css_alter |
core/themes/bartik/template.php |
Prepares variables for page templates. |
bartik_preprocess_maintenance_page |
core/themes/bartik/template.php |
Prepares variables for maintenance page templates. |
bartik_preprocess_layout |
core/themes/bartik/template.php |
Prepares variables for layout template files. |
bartik_field__taxonomy_term_reference |
core/themes/bartik/template.php |
Overrides theme_field__FIELD_TYPE(). |
basis_css_alter |
core/themes/basis/template.php |
Implements hook_css_alter(). |
basis_preprocess_page |
core/themes/basis/template.php |
Prepares variables for page templates. |
basis_preprocess_layout |
core/themes/basis/template.php |
Prepares variables for layout templates. |
basis_preprocess_header |
core/themes/basis/template.php |
Prepares variables for header templates. |
basis_breadcrumb |
core/themes/basis/template.php |
Overrides theme_breadcrumb(). Removes » from markup. |
basis_updated_css_versions |
core/themes/basis/template.php |
Returns the versions of Backdrop that contain updated CSS for Basis. |
basis_preprocess_maintenance_page |
core/themes/basis/template.php |
Prepares variables for maintenance page templates. |
basis_preprocess_node |
core/themes/basis/template.php |
Prepares variables for node templates. |
phptemplate_init |
core/themes/engines/phptemplate/phptemplate.engine |
Implements hook_init(). |
phptemplate_theme |
core/themes/engines/phptemplate/phptemplate.engine |
Implements hook_theme(). |
seven_admin_block_content |
core/themes/seven/template.php |
Overrides theme_admin_block_content(). |
seven_tablesort_indicator |
core/themes/seven/template.php |
Overrides theme_tablesort_indicator(). |
seven_css_alter |
core/themes/seven/template.php |
Implements hook_css_alter(). |
seven_breadcrumb |
core/themes/seven/template.php |
Override theme function for breadcrumb trail |
seven_preprocess_maintenance_page |
core/themes/seven/template.php |
|
seven_preprocess_page |
core/themes/seven/template.php |
Implements hook_preprocess_page(). |
seven_preprocess_layout |
core/themes/seven/template.php |
Prepares variables for layout templates. |
seven_node_add_list |
core/themes/seven/template.php |
Overrides theme_node_add_list(). |
update_backup_page |
core/update.php |
Provides a form to create an on-demand backup before updating. |
update_backup_form |
core/update.php |
Form constructor for the list of available database module updates. |
update_selection_page |
core/update.php |
Renders form with a list of available site updates. |
update_script_selection_form |
core/update.php |
Form constructor for the list of available database module updates. |
update_helpful_links |
core/update.php |
Provides links to the homepage and administration pages. |
update_results_page |
core/update.php |
Displays results of the update script with any accompanying errors. |
update_info_page |
core/update.php |
Provides an overview of the Backdrop site update. |
update_access_denied_page |
core/update.php |
Renders a 403 access denied page for update.php. |
update_access_allowed |
core/update.php |
Determines if the current user is allowed to run update.php. |
update_task_list |
core/update.php |
Adds the update task list to the current page. |
update_extra_requirements |
core/update.php |
Returns and stores extra requirements that apply during the update process. |
update_check_requirements |
core/update.php |
Checks update requirements and reports errors and (optionally) warnings. |
action_example_action_info |
modules/examples/action_example/action_example.module |
Implements hook_action_info(). |
action_example_menu |
modules/examples/action_example/action_example.module |
Implements hook_menu(). |
_action_example_page |
modules/examples/action_example/action_example.module |
A simple page to explain to the developer what to do. |
action_example_basic_action |
modules/examples/action_example/action_example.module |
Action function for action_example_basic_action. |
action_example_unblock_user_action |
modules/examples/action_example/action_example.module |
Action function for action_example_unblock_user_action. |
action_example_node_unpublish_callback |
modules/examples/action_example/action_example.module |
Action function for action_example_node_sticky_action. |
action_example_basic_action_form |
modules/examples/action_example/action_example.module |
Form to display the basic action. |
action_example_basic_action_form_submit |
modules/examples/action_example/action_example.module |
|
action_example_config_info |
modules/examples/action_example/action_example.module |
Implements hook_config_info(). |
ActionExampleTestCase::setUp |
modules/examples/action_example/tests/action_example.test |
Sets up a Backdrop site for running functional and integration tests. |
ActionExampleTestCase::testActionExample |
modules/examples/action_example/tests/action_example.test |
Test Action Example. |
ajax_example_schema |
modules/examples/ajax_example/ajax_example.install |
Implements hook_schema(). |