Search for alter
Title | Object type | File name | Summary |
---|---|---|---|
alter-exposed-filter.html | file | help/ |
|
comment_views_data_alter | function | modules/ |
Use views_data_alter to add items to the node table that are relevant to comments. |
hook_views_admin_links_alter | function | docs/ |
This hook should be placed in MODULENAME.views.inc and it will be auto-loaded. This must either be in the same directory as the .module file or in a subdirectory named 'includes'. |
hook_views_data_alter | function | docs/ |
Alter table structure. |
hook_views_default_views_alter | function | docs/ |
Alter default views defined by other modules. |
hook_views_plugins_alter | function | docs/ |
Alter existing plugins data, defined by modules. |
hook_views_preview_info_alter | function | docs/ |
This hook should be placed in MODULENAME.views.inc and it will be auto-loaded. This must either be in the same directory as the .module file or in a subdirectory named 'includes'. |
hook_views_query_alter | function | docs/ |
Stub hook documentation |
taxonomy_views_data_alter | function | modules/ |
Implementation of hook_views_data_alter(). |
translation_views_data_alter | function | modules/ |
Implementation of hook_views_data_alter(). |
upload_views_data_alter | function | modules/ |
Implementation of hook_views_data_alter() |
views_handler_field::render_altered | function | handlers/ |
Render this field as altered text, from a fieldset set by the user. |
views_menu_alter | function | ./ |
Implementation of hook_menu_alter(). |
views_plugin_exposed_form::exposed_form_alter | function | plugins/ |
|
views_plugin_pager::exposed_form_alter | function | plugins/ |
|
views_plugin_pager_full::exposed_form_alter | function | plugins/ |
|
views_plugin_query::alter | function | plugins/ |
Let modules modify the query just prior to finalizing it. |
views_plugin_query_default::alter | function | plugins/ |
Let modules modify the query just prior to finalizing it. |