Search for alter

  1. Search 7.x-3.x for alter
  2. Other projects
Title Object type File name Summary
alter-exposed-filter.html file help/alter-exposed-filter.html
comment_views_data_alter function modules/comment.views.inc Use views_data_alter to add items to the node table that are
relevant to comments.
hook_views_admin_links_alter function docs/docs.php 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/docs.php Alter table structure.
hook_views_default_views_alter function docs/docs.php Alter default views defined by other modules.
hook_views_plugins_alter function docs/docs.php Alter existing plugins data, defined by modules.
hook_views_preview_info_alter function docs/docs.php 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/docs.php Stub hook documentation
taxonomy_views_data_alter function modules/taxonomy.views.inc Implementation of hook_views_data_alter().
translation_views_data_alter function modules/translation.views.inc Implementation of hook_views_data_alter().
upload_views_data_alter function modules/upload.views.inc Implementation of hook_views_data_alter()
views_handler_field::render_altered function handlers/views_handler_field.inc Render this field as altered text, from a fieldset set by the user.
views_menu_alter function ./views.module Implementation of hook_menu_alter().
views_plugin_exposed_form::exposed_form_alter function plugins/views_plugin_exposed_form.inc
views_plugin_pager::exposed_form_alter function plugins/views_plugin_pager.inc
views_plugin_pager_full::exposed_form_alter function plugins/views_plugin_pager_full.inc
views_plugin_query::alter function plugins/views_plugin_query.inc Let modules modify the query just prior to finalizing it.
views_plugin_query_default::alter function plugins/views_plugin_query_default.inc Let modules modify the query just prior to finalizing it.