views-view-unformatted.html.twig

Default theme implementation to display a view of unformatted rows. Available variables: title: The title of this group of rows. May be empty. rows: A list of the view's row items. attributes: The row's HTML attributes. content: The row's content. view: The view object. default_row_class: A flag indicating whether default classes should be used on rows. See also template_preprocess_views_view_unformatted() File core/modules/views/templates/views-view-unformatted.html.twig Related t

views-view.html.twig

Default theme implementation for main view template. Available variables: attributes: Remaining HTML attributes for the element. css_name: A css-safe version of the view name. css_class: The user-specified classes names, if any. header: The optional header. footer: The optional footer. rows: The results of the view query, if any. empty: The content to display if there are no rows. pager: The optional pager next/prev links to display. exposed: Exposed widget form/info to display. feed_

views.module

Primarily Drupal hooks and global API functions to manipulate views. File core/modules/views/views.module Functions Name Description views_add_contextual_links Adds contextual links associated with a view display to a renderable array. views_disable_view Disables and saves a view. views_element_validate_tags Validation callback for query tags. views_embed_view Embed a view using a PHP snippet. views_enable_view Enables and saves a view. views_field_config_delete Im

views.theme.inc

Preprocessors and helper functions to make theming easier. File core/modules/views/views.theme.inc Functions Name Description template_preprocess_views_exposed_form Prepares variables for views exposed form templates. template_preprocess_views_mini_pager Prepares variables for views mini-pager templates. template_preprocess_views_view Prepares variables for view templates. template_preprocess_views_view_field Prepares variables for views field templates. template_preproc

views.views.inc

Provide views data that isn't tied to any other module. File core/modules/views/views.views.inc Functions Name Description core_field_views_data Implements hook_field_views_data(). views_entity_field_label Returns the label of a certain field. views_field_default_views_data Default views data implementation for a field. views_views_data Implements hook_views_data(). views_views_data_alter Implements hook_views_data_alter(). _views_field_get_entity_type_storage Dete

views.views_execution.inc

Provides views runtime hooks for views.module. File core/modules/views/views.views_execution.inc Functions Name Description views_views_query_substitutions Implements hook_views_query_substitutions().

Views::$handlerTypes

A static cache for handler types data. Type: array File core/modules/views/src/Views.php, line 22 Class Views Static service container wrapper for views. Namespace Drupal\views Code protected static $handlerTypes;

Views::$translationManager

The translation manager. Type: \Drupal\Core\StringTranslation\TranslationInterface File core/modules/views/src/Views.php, line 15 Class Views Static service container wrapper for views. Namespace Drupal\views Code protected static $translationManager;

Views::analyzer

public static Views::analyzer() Returns the view analyzer. Return value \Drupal\views\Analyzer Returns a view analyzer object. File core/modules/views/src/Views.php, line 87 Class Views Static service container wrapper for views. Namespace Drupal\views Code public static function analyzer() { return \Drupal::service('views.analyzer'); }

Views::executableFactory

public static Views::executableFactory() Returns the view executable factory service. Return value \Drupal\views\ViewExecutableFactory Returns a views executable factory. File core/modules/views/src/Views.php, line 77 Class Views Static service container wrapper for views. Namespace Drupal\views Code public static function executableFactory() { return \Drupal::service('views.executable'); }