31 functions implement hook_view()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

book_node_view in drupal/core/modules/book/book.module
Implements hook_node_view().
comment_node_view in drupal/core/modules/comment/comment.module
Implements hook_node_view().
comment_view in drupal/core/modules/comment/comment.module
Generates an array for rendering a comment.
custom_block_test_custom_block_view in drupal/core/modules/block/custom_block/tests/modules/custom_block_test/custom_block_test.module
Implements hook_custom_block_view().
entity_view in drupal/core/includes/entity.inc
Returns the render array for an entity.
field_attach_prepare_view in drupal/core/modules/field/field.attach.inc
Prepares field data prior to display.
field_attach_view in drupal/core/modules/field/field.attach.inc
Returns a renderable array for the fields on an entity.
file_field_prepare_view in drupal/core/modules/file/file.field.inc
Implements hook_field_prepare_view().
forum_node_view in drupal/core/modules/forum/forum.module
Implements hook_node_view().
image_field_prepare_view in drupal/core/modules/image/image.field.inc
Implements hook_field_prepare_view().
layout_page_view in drupal/core/modules/layout/layout.admin.inc
Page callback: Demonstrates a layout template.
node_page_view in drupal/core/modules/node/node.module
Page callback: Displays a single node.
node_test_node_view in drupal/core/modules/node/tests/modules/node_test/node_test.module
Implements hook_node_view().
node_view in drupal/core/modules/node/node.module
Generates an array for rendering the given node.
search_view in drupal/core/modules/search/search.pages.inc
Page callback: Presents the search form and/or search results.
statistics_node_view in drupal/core/modules/statistics/statistics.module
Implements hook_node_view().
taxonomy_term_view in drupal/core/modules/taxonomy/taxonomy.module
Generates an array which displays a term detail page.
template_preprocess_views_view in drupal/core/modules/views/views.theme.inc
Prepares variables for view templates.
translation_node_view in drupal/core/modules/translation/translation.module
Implements hook_node_view().
user_user_view in drupal/core/modules/user/user.module
Implements hook_user_view().
user_view in drupal/core/modules/user/user.module
Generate an array for rendering the given user.
views_disable_view in drupal/core/modules/views/views.module
Disables and saves a view.
views_embed_view in drupal/core/modules/views/views.module
Embed a view using a PHP snippet.
views_enable_view in drupal/core/modules/views/views.module
Enables and saves a view.
views_get_current_view in drupal/core/modules/views/views.module
Find out what, if any, current view is currently in use.
views_get_page_view in drupal/core/modules/views/views.module
Find out what, if any, page view is currently in use.
views_get_view in drupal/core/modules/views/views.module
Loads a view from configuration.
views_set_current_view in drupal/core/modules/views/views.module
Set the current 'current view' that is being built/rendered so that it is easy for other modules or items in drupal_eval to identify
views_set_page_view in drupal/core/modules/views/views.module
Set the current 'page view' that is being displayed so that it is easy for other modules or the theme to identify.
views_test_data_views_pre_view in drupal/core/modules/views/tests/views_test_data/views_test_data.views_execution.inc
Implements hook_views_pre_view().
views_ui_preprocess_views_view in drupal/core/modules/views_ui/views_ui.module
Implements hook_preprocess_HOOK() for views-view.html.twig.