66 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.

aggregator_block_view in drupal/core/modules/aggregator/aggregator.module
Implements hook_block_view().
aggregator_view in drupal/core/modules/aggregator/aggregator.admin.inc
Displays the aggregator administration page.
block_block_view in drupal/core/modules/block/block.module
Implements hook_block_view().
block_test_block_view in drupal/core/modules/block/tests/block_test.module
Implements hook_block_view().
book_block_view in drupal/core/modules/book/book.module
Implements hook_block_view().
book_node_view in drupal/core/modules/book/book.module
Implements hook_node_view().
comment_block_view in drupal/core/modules/comment/comment.module
Implements hook_block_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.
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_block_view in drupal/core/modules/forum/forum.module
Implements hook_block_view().
forum_node_view in drupal/core/modules/forum/forum.module
Implements hook_node_view().
GroupwiseMax::get_temporary_view in drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.php
Helper function to create a pseudo view.
image_field_prepare_view in drupal/core/modules/image/image.field.inc
Implements hook_field_prepare_view().
language_block_view in drupal/core/modules/language/language.module
Implements hook_block_view().
layout_page_view in drupal/core/modules/layout/layout.admin.inc
Page callback: Demonstrates a layout template.
link_field_formatter_prepare_view in drupal/core/modules/field/modules/link/link.module
Implements hook_field_formatter_prepare_view().
link_field_formatter_view in drupal/core/modules/field/modules/link/link.module
Implements hook_field_formatter_view().
link_field_prepare_view in drupal/core/modules/field/modules/link/link.module
Implements hook_field_prepare_view().
menu_block_view in drupal/core/modules/menu/menu.module
Implements hook_block_view().
node_block_view in drupal/core/modules/node/node.module
Implements hook_block_view().
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.
options_field_formatter_view in drupal/core/modules/field/modules/options/options.module
Implements hook_field_formatter_view().
poll_block_latest_poll_view in drupal/core/modules/poll/poll.module
Returns the content for the 'latest poll' block.
poll_block_view in drupal/core/modules/poll/poll.module
Implements hook_block_view().
poll_view in drupal/core/modules/poll/poll.module
Implements hook_view().
search_block_view in drupal/core/modules/search/search.module
Implements hook_block_view().
search_view in drupal/core/modules/search/search.pages.inc
Menu callback; presents the search form and/or search results.
shortcut_block_view in drupal/core/modules/shortcut/shortcut.module
Implements hook_block_view().
statistics_block_view in drupal/core/modules/statistics/statistics.module
Implements hook_block_view().
statistics_node_view in drupal/core/modules/statistics/statistics.module
Implements hook_node_view().
system_block_view in drupal/core/modules/system/system.module
Implements hook_block_view().
taxonomy_field_formatter_prepare_view in drupal/core/modules/taxonomy/taxonomy.module
Implements hook_field_formatter_prepare_view().
taxonomy_field_formatter_view in drupal/core/modules/taxonomy/taxonomy.module
Implements hook_field_formatter_view().
taxonomy_term_view in drupal/core/modules/taxonomy/taxonomy.module
Generates an array which displays a term detail page.
taxonomy_test_entity_view in drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module
Implements hook_entity_view().
taxonomy_test_taxonomy_term_view in drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module
Implements hook_taxonomy_term_view().
template_preprocess_views_view in drupal/core/modules/views/theme/theme.inc
Preprocess the primary theme implementation for a view.
toolbar_view in drupal/core/modules/toolbar/toolbar.module
Builds the Toolbar as a structured array ready for drupal_render().
translation_node_view in drupal/core/modules/translation/translation.module
Implements hook_node_view().
user_block_view in drupal/core/modules/user/user.module
Implements hook_block_view().
user_comment_view in drupal/core/modules/user/user.module
Implements hook_comment_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_block_view in drupal/core/modules/views/views.module
Implement hook_block_view().
views_create_view in drupal/core/modules/views/views.module
Creates a view from an array of values.
views_disable_view in drupal/core/modules/views/views.module
Disables 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 a view.
views_get_current_view in drupal/core/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 drupal/core/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 drupal/core/modules/views/views.module
Loads a view from configuration.
views_new_view in drupal/core/modules/views/views.module
Create an empty view to work with.
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_ui_preprocess_views_view in drupal/core/modules/views/views_ui/views_ui.module
Theme preprocess for views-view.tpl.php.
WizardInterface::create_view in drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardInterface.php
Creates a view from values that have already been validated.
WizardPluginBase::create_view in drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php
Implements Drupal\views\Plugin\views\wizard\WizardInterface::create_view().
WizardPluginBase::instantiate_view in drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php
Instantiates a view object from form values.
WizardPluginBase::retrieve_validated_view in drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php
Retrieves a validated view for a form submission.
WizardPluginBase::set_validated_view in drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php
Stores a validated view from a form submission.