drupal_alter |
function |
includes/drupal.inc |
Passes alterable variables to specific hook_TYPE_alter() implementations. |
hook_js_alter |
function |
modules/system/system.api.php |
Perform necessary alterations to the JavaScript before it is presented on
the page. |
hook_css_alter |
function |
modules/system/system.api.php |
Alter CSS files before they are output on the page. |
NodeQueryAlter |
class |
modules/node/tests/node.test |
Tests node_query_node_access_alter(). |
backdrop_alter |
function |
includes/module.inc |
Passes alterable variables to specific hook_TYPE_alter() implementations. |
color_css_alter |
function |
modules/color/color.module |
Implements hook_css_alter(). |
hook_form_alter |
function |
modules/system/system.api.php |
Perform alterations before a form is rendered. |
locale_js_alter |
function |
modules/locale/locale.module |
Implements hook_js_alter(). |
user_menu_alter |
function |
modules/user/user.module |
Implements hook_menu_alter(). |
seven_css_alter |
function |
themes/seven/template.php |
Implements hook_css_alter(). |
hook_mail_alter |
function |
modules/system/system.api.php |
Alter an email message created with the backdrop_mail() function. |
basis_css_alter |
function |
themes/basis/template.php |
Implements hook_css_alter(). |
hook_menu_alter |
function |
modules/system/system.api.php |
Alter the data being saved to the {menu_router} table after hook_menu is invoked. |
hook_batch_alter |
function |
modules/system/system.api.php |
Alter batch information before a batch is processed. |
views_menu_alter |
function |
modules/views/views.module |
Implement hook_menu_alter(). |
hook_query_alter |
function |
modules/system/system.api.php |
Perform alterations to a structured query. |
bartik_css_alter |
function |
themes/bartik/template.php |
Prepares variables for page templates. |
locale_form_alter |
function |
modules/locale/locale.module |
Implements hook_form_alter(). |
hook_schema_alter |
function |
modules/system/system.api.php |
Perform alterations to existing database schemas. |
_theme_test_alter |
function |
modules/simpletest/tests/theme_test.module |
Page callback, calls backdrop_alter(). |
FormAlterTestCase |
class |
modules/simpletest/tests/form.test |
Test form alter hooks. |
hook_tokens_alter |
function |
modules/system/system.api.php |
Alter replacement values for placeholder tokens. |
comment_menu_alter |
function |
modules/comment/comment.module |
Implements hook_menu_alter(). |
url_alter_test_foo |
function |
modules/simpletest/tests/url_alter_test.module |
Menu callback. |
hook_file_url_alter |
function |
modules/system/system.api.php |
Alter the URL to a file. |
url_alter_test_menu |
function |
modules/simpletest/tests/url_alter_test.module |
Implements hook_menu(). |
simpletest_js_alter |
function |
modules/simpletest/simpletest.module |
Implements hook_js_alter(). |
url_alter_test.info |
file |
modules/simpletest/tests/url_alter_test.info |
name = Url_alter tests
description = A support modules for url_alter hook testing.
backdrop = 1.x
package = Testing
version = BACKDROP_VERSION
type = module
hidden = TRUE |
hook_redirect_alter |
function |
modules/redirect/redirect.api.php |
Act on a redirect being redirected. |
admin_bar_form_alter |
function |
modules/admin_bar/admin_bar.module |
Implements hook_form_alter(). |
admin_bar_menu_alter |
function |
modules/admin_bar/admin_bar.module |
Implements hook_menu_alter(). |
form_test_alter_form |
function |
modules/simpletest/tests/form_test.module |
Form builder for testing hook_form_alter() and hook_form_FORM_ID_alter(). |
hook_countries_alter |
function |
modules/system/system.api.php |
Alter the default country list. |
hook_menu_link_alter |
function |
modules/system/system.api.php |
Alter the data being saved to the {menu_links} table by menu_link_save(). |
comment_schema_alter |
function |
modules/comment/comment.install |
Implements hook_schema_alter(). |
FieldUIAlterTestCase |
class |
modules/field_ui/tests/field_ui.test |
Tests custom widget hooks and callbacks on the field administration pages. |
hook_file_view_alter |
function |
modules/file/file.api.php |
Alter files as they are viewed. |
hook_html_head_alter |
function |
modules/system/system.api.php |
Alter XHTML HEAD tags before they are rendered by backdrop_get_html_head(). |
hook_file_type_alter |
function |
modules/file/file.api.php |
Alters list of file types that can be assigned to a file. |
hook_user_view_alter |
function |
modules/user/user.api.php |
The user was built; the module may modify the structured content. |
hook_node_view_alter |
function |
modules/node/node.api.php |
Alter the results of node_view(). |
user_menu_link_alter |
function |
modules/user/user.module |
Implements hook_menu_link_alter(). |
form_test_form_alter |
function |
modules/simpletest/tests/form_test.module |
Implements hook_form_alter(). |
hook_query_TAG_alter |
function |
modules/system/system.api.php |
Perform alterations to a structured query for a given tag. |
hook_hook_info_alter |
function |
modules/system/system.api.php |
Alter information from hook_hook_info(). |
dashboard_menu_alter |
function |
modules/dashboard/dashboard.module |
Implements hook_menu(). |
menu_block_view_alter |
function |
modules/menu/menu.module |
Implements hook_block_view_alter(). |
hook_simpletest_alter |
function |
modules/simpletest/simpletest.api.php |
Alter the list of tests. |
hook_field_info_alter |
function |
modules/field/field.api.php |
Perform alterations on Field API field types. |
hook_token_info_alter |
function |
modules/system/system.api.php |
Alter the metadata about available placeholder tokens and token types. |