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

block_block_view in modules/block/block.module
Implements hook_block_view().
block_test_block_view in modules/block/tests/block_test/block_test.module
Implements hook_block_view().
book_block_view in modules/book/book.module
Implements hook_block_view().
book_node_view in modules/book/book.module
Implements hook_node_view().
comment_block_view in modules/comment/comment.module
Implements hook_block_view().
comment_node_view in modules/comment/comment.module
Implements hook_node_view().
comment_view in modules/comment/comment.module
Generates an array for rendering a comment.
contact_block_view in modules/contact/contact.module
Implements hook_block_view().
date_field_formatter_view in modules/date/date.field.inc
Implements hook_field_formatter_view().
date_preprocess_views_view in modules/date/date.theme.inc
Implements template_preprocess_views_view().
email_field_formatter_view in modules/email/email.module
Implements hook_field_formatter_view().
entity_prepare_view in modules/entity/entity.module
Invokes hook_entity_prepare_view().
field_attach_prepare_view in modules/field/field.attach.inc
Prepare field data prior to display.
field_attach_view in modules/field/field.attach.inc
Returns a renderable array for the fields on an entity.
field_default_prepare_view in modules/field/field.default.inc
Invokes hook_field_formatter_prepare_view() on the relevant formatters.
field_default_view in modules/field/field.default.inc
Builds a renderable array for one field on one entity instance.
field_test_field_formatter_prepare_view in modules/field/tests/field_test/field_test.field.inc
Implements hook_field_formatter_prepare_view().
field_test_field_formatter_view in modules/field/tests/field_test/field_test.field.inc
Implements hook_field_formatter_view().
file_field_formatter_prepare_view in modules/file/file.field.inc
Implements hook_field_formatter_prepare_view().
file_field_formatter_view in modules/file/file.field.inc
Implements hook_field_formatter_view().
file_field_prepare_view in modules/file/file.field.inc
Implements hook_field_prepare_view().
file_file_formatter_file_field_view in modules/file/file.module
Implements hook_file_formatter_FORMATTER_view().
file_file_formatter_file_image_view in modules/file/file.module
Implements hook_file_formatter_FORMATTER_view().
file_view in modules/file/file.module
Generate an array for rendering the given file.
image_field_formatter_view in modules/image/image.field.inc
Implements hook_field_formatter_view().
image_field_prepare_view in modules/image/image.field.inc
Implements hook_field_prepare_view().
layout_test_block_view in modules/layout/tests/layout_test/layout_test.module
Implements hook_block_view().
link_field_formatter_view in modules/link/link.module
Implements hook_field_formatter_view().
link_field_prepare_view in modules/link/link.module
Implements hook_field_prepare_view().
list_field_formatter_view in modules/field/modules/list/list.module
Implements hook_field_formatter_view().
locale_block_view in modules/locale/locale.module
Implements hook_block_view().
menu_block_view in modules/menu/menu.module
Implements hook_block_view().
node_block_view in modules/node/node.module
Implements hook_block_view().
node_page_view in modules/node/node.module
Page callback: Displays a single node.
node_test_node_view in modules/node/tests/node_test/node_test.module
Implements hook_node_view().
node_view in modules/node/node.module
Generates an array for rendering the given node.
number_field_formatter_view in modules/field/modules/number/number.module
Implements hook_field_formatter_view().
search_block_view in modules/search/search.module
Implements hook_block_view().
search_view in modules/search/search.pages.inc
Menu callback; presents the search form and/or search results.
system_block_view in modules/system/system.module
Implements hook_block_view().
taxonomy_field_formatter_prepare_view in modules/taxonomy/taxonomy.module
Implements hook_field_formatter_prepare_view().
taxonomy_field_formatter_view in modules/taxonomy/taxonomy.module
Implements hook_field_formatter_view().
taxonomy_term_view in modules/taxonomy/taxonomy.module
Generate an array for rendering the given term.
taxonomy_test_entity_view in modules/simpletest/tests/taxonomy_test.module
Implements hook_entity_view().
taxonomy_test_taxonomy_term_view in modules/simpletest/tests/taxonomy_test.module
Implements hook_taxonomy_term_view().
template_preprocess_views_view in modules/views/templates/views.theme.inc
Preprocess the primary theme implementation for a view.
text_field_formatter_view in modules/field/modules/text/text.module
Implements hook_field_formatter_view().
translation_node_view in modules/translation/translation.module
Implements hook_node_view().
user_block_view in modules/user/user.module
Implements hook_block_view().
user_comment_view in modules/user/user.module
Implements hook_comment_view().
user_user_view in modules/user/user.module
Implements hook_user_view().
user_view in modules/user/user.module
Generate an array for rendering the given user.
view::clone_view in modules/views/includes/view.inc
Safely clone a view.
views_embed_view in modules/views/views.module
Embed a view using a PHP snippet.
views_get_current_view in modules/views/views.module
Find out what, if any, current view is currently in use. Please note that this returns a reference, so be careful! You can unintentionally modify the $view object.
views_get_page_view in modules/views/views.module
Find out what, if any, page view is currently in use. Please note that this returns a reference, so be careful! You can unintentionally modify the $view object.
views_get_view in modules/views/views.module
Get a view from the database or from default views.
views_handler_relationship_groupwise_max::get_temporary_view in modules/views/handlers/views_handler_relationship_groupwise_max.inc
Helper function to create a pseudo view.
views_new_view in modules/views/views.module
Create an empty view to work with.
views_set_current_view in modules/views/views.module
Set the current 'current view' that is being built/rendered so that it is easy for other modules to identify.
views_set_page_view in 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_ui_analyze_view in modules/views_ui/views_ui.analyze.inc
Analyze a review and return the results.
ViewsUiBaseViewsWizard::create_view in modules/views_ui/wizards/views_ui_base_views_wizard.php
Create a View from values that have been already submitted to validate().
ViewsUiBaseViewsWizard::instantiate_view in modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiBaseViewsWizard::retrieve_validated_view in modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiBaseViewsWizard::set_validated_view in modules/views_ui/wizards/views_ui_base_views_wizard.php
views_ui_preprocess_views_view in modules/views_ui/views_ui.module
Theme preprocess for views-view.tpl.php.
ViewsWizardInterface::create_view in modules/views_ui/wizards/views_ui_base_views_wizard.php
Create a new View from form values.