date_token_info_alter |
function |
core/modules/date/date.tokens.inc |
Implements hook_token_info_alter(). |
simpletest_mail_alter |
function |
core/modules/simpletest/simpletest.module |
Implements hook_mail_alter(). |
NodeQueryAlter::setUp |
function |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
url_alter_test.module |
file |
core/modules/simpletest/tests/url_alter_test.module |
Module to help test hook_url_inbound_alter() and hook_url_outbound_alter(). |
date_views_data_alter |
function |
core/modules/date/views/date.views.inc |
Implements hook_views_data_alter(). |
hook_simpletest_alter |
function |
core/modules/simpletest/simpletest.api.php |
Alter the list of tests. |
hook_field_info_alter |
function |
core/modules/field/field.api.php |
Perform alterations on Field API field types. |
hook_views_data_alter |
function |
core/modules/views/views.api.php |
Alter table structure. |
DatabaseAlterTestCase |
class |
core/modules/simpletest/tests/database_test.test |
Select alter tests. |
hook_block_info_alter |
function |
core/modules/layout/layout.api.php |
Modify block definitions after loading form code. |
hook_block_view_alter |
function |
core/modules/layout/layout.api.php |
Perform alterations to the content of a block. |
hook_path_alias_alter |
function |
core/modules/path/path.api.php |
Alter generated aliases before saving. |
hook_token_info_alter |
function |
core/modules/system/system.api.php |
Alter the metadata about available placeholder tokens and token types. |
menu_block_view_alter |
function |
core/modules/menu/menu.module |
Implements hook_block_view_alter(). |
user_field_info_alter |
function |
core/modules/user/user.module |
Implements hook_field_info_alter(). |
book_entity_info_alter |
function |
core/modules/book/book.module |
Implements hook_entity_info_alter(). |
hook_filter_info_alter |
function |
core/modules/filter/filter.api.php |
Perform alterations on filter definitions. |
hook_views_query_alter |
function |
core/modules/views/views.api.php |
Alter the query before executing the query. |
hook_admin_paths_alter |
function |
core/modules/system/system.api.php |
Redefine administrative paths defined by other modules. |
hook_editor_info_alter |
function |
core/modules/filter/filter.api.php |
Perform alterations on editor definitions. |
hook_ajax_render_alter |
function |
core/modules/system/system.api.php |
Alter the commands that are sent to the user through the Ajax framework. |
hook_node_grants_alter |
function |
core/modules/node/node.api.php |
Alter user access rules when trying to view, edit or delete a node. |
hook_system_info_alter |
function |
core/modules/system/system.api.php |
Alter the information parsed from module and theme .info files |
image_token_info_alter |
function |
core/modules/image/image.tokens.inc |
Implements hook_token_info_alter(). |
UrlAlterFunctionalTest |
class |
core/modules/simpletest/tests/path.test |
Tests hook_url_alter functions. |
hook_action_info_alter |
function |
core/modules/system/system.api.php |
Alters the actions declared by another module. |
hook_url_inbound_alter |
function |
core/modules/system/system.api.php |
Alters inbound URL requests. |
field_views_data_alter |
function |
core/modules/field/views/field.views.inc |
Implements hook_views_data_alter(). |
hook_entity_info_alter |
function |
core/modules/entity/entity.api.php |
Alter the entity info. |
hook_entity_view_alter |
function |
core/modules/entity/entity.api.php |
Alter the results of ENTITY_view(). |
field_token_info_alter |
function |
core/modules/field/field.tokens.inc |
Implements hook_token_info_alter(). |
hook_comment_view_alter |
function |
core/modules/comment/comment.api.php |
Alter the results of comment_view(). |
entity_token_info_alter |
function |
core/modules/entity/entity.tokens.inc |
Implements hook_token_info_alter(). |
field_system_info_alter |
function |
core/modules/field/field.module |
Implements hook_system_info_alter(). |
locale_views_data_alter |
function |
core/modules/locale/views/locale.views.inc |
Implements hook_views_data_alter(). |
views_query_views_alter |
function |
core/modules/views/views.module |
Implements hook_query_TAG_alter(). |
hook_ckeditor_css_alter |
function |
core/modules/ckeditor/ckeditor.api.php |
Modify the list of CSS files that will be added to a CKEditor 4 instance. |
hook_field_schema_alter |
function |
core/modules/field/field.api.php |
Allow modules to alter the schema for a field. |
SelectQuery::$alterTags |
property |
core/includes/database/select.inc |
A list of tags by which this query may be altered. |
hook_element_info_alter |
function |
core/modules/system/system.api.php |
Alter the element type information returned from modules. |
hook_path_pattern_alter |
function |
core/modules/path/path.api.php |
Alter the pattern to be used before an alias is generated. |
hook_library_info_alter |
function |
core/modules/system/system.api.php |
Alters the JavaScript/CSS library registry. |
hook_form_FORM_ID_alter |
function |
core/modules/system/system.api.php |
Provide a form-specific alteration instead of the global hook_form_alter(). |
hook_image_styles_alter |
function |
core/modules/image/image.api.php |
Modify any image styles provided by other modules or the user. |
QueryAlterableInterface |
interface |
core/includes/database/query.inc |
Interface for a query that can be manipulated via an alter hook. |
menu_example_menu_alter |
function |
modules/examples/menu_example/menu_example.module |
Implements hook_menu_alter(). |
hook_url_outbound_alter |
function |
core/modules/system/system.api.php |
Alters outbound URLs. |
hook_updater_info_alter |
function |
core/modules/system/system.api.php |
Alter the Updater information array. |
hook_entity_query_alter |
function |
core/modules/entity/entity.api.php |
Alter or execute an EntityFieldQuery. |
SystemInfoAlterTestCase |
class |
core/modules/system/tests/system.test |
Tests the effectiveness of hook_system_info_alter(). |