hook_views_pre_render

hook_views_pre_render(ViewExecutable $view) Act on the view immediately before rendering it.

2016-10-29 09:18:40
hook_views_preview_info_alter

hook_views_preview_info_alter(array &$rows, ViewExecutable $view) Alter the view preview information.

2016-10-29 09:18:39
hook_views_post_render

hook_views_post_render(ViewExecutable $view, &$output, CachePluginBase $cache) Post-process any rendered

2016-10-29 09:18:39
hook_views_form_substitutions

hook_views_form_substitutions() Replace special strings when processing a view with form elements.

2016-10-29 09:18:38
hook_field_views_data

hook_field_views_data(\Drupal\field\FieldStorageConfigInterface $field_storage) Override the default Views

2016-10-29 09:18:10
Views overview

Overview of the Views module API The Views module is a generalized query and display engine, which can be used to make views (formatted lists

2016-10-29 09:54:40
hook_views_data_alter

hook_views_data_alter(array &$data) Alter the table and field information from

2016-10-29 09:18:38
hook_field_views_data_views_data_alter

hook_field_views_data_views_data_alter(array &$data, \Drupal\field\FieldStorageConfigInterface $field) Alter

2016-10-29 09:18:11
hook_views_post_execute

hook_views_post_execute(ViewExecutable $view) Act on the view immediately after the query has been executed

2016-10-29 09:18:39
hook_views_query_substitutions

hook_views_query_substitutions(ViewExecutable $view) Replace special strings in the query before it is executed

2016-10-29 09:18:40