You are here

19 functions implement hook_ENTITY_TYPE_view() in Drupal 9

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

block_content_test_block_content_view in core/modules/block_content/tests/modules/block_content_test/block_content_test.module
Implements hook_block_content_view().
book_node_view in core/modules/book/book.module
Implements hook_ENTITY_TYPE_view() for node entities.
comment_entity_view in core/modules/comment/comment.module
Implements hook_entity_view().
content_moderation_entity_view in core/modules/content_moderation/content_moderation.module
Implements hook_entity_view().
entity_test_entity_prepare_view in core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_entity_prepare_view().
layout_builder_extra_field_test_node_view in core/modules/layout_builder/tests/modules/layout_builder_extra_field_test/layout_builder_extra_field_test.module
Implements hook_entity_node_view().
layout_builder_test_node_view in core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.module
Implements hook_entity_node_view().
node_test_node_view in core/modules/node/tests/modules/node_test/node_test.module
Implements hook_ENTITY_TYPE_view() for node entities.
rdf_entity_prepare_view in core/modules/rdf/rdf.module
Implements hook_entity_prepare_view().
statistics_node_view in core/modules/statistics/statistics.module
Implements hook_ENTITY_TYPE_view() for node entities.
template_preprocess_views_view in core/modules/views/views.theme.inc
Prepares variables for view templates.
user_user_view in core/modules/user/user.module
Implements hook_ENTITY_TYPE_view() for user entities.
views_disable_view in core/modules/views/views.module
Disables and saves a view.
views_embed_view in core/modules/views/views.module
Embed a view using a PHP snippet.
views_enable_view in core/modules/views/views.module
Enables and saves a view.
views_get_current_view in core/modules/views/views.module
Find out what, if any, current view is currently in use.
views_set_current_view in core/modules/views/views.module
Set the current view.
views_test_data_views_pre_view in core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc
Implements hook_views_pre_view().
views_ui_preprocess_views_view in core/modules/views_ui/views_ui.module
Implements hook_preprocess_HOOK() for views templates.