template_preprocess_views_ui_display_tab_setting

template_preprocess_views_ui_display_tab_setting(&$variables) Prepares variables for Views UI display tab setting templates. Default template: views-ui-display-tab-setting.html.twig. Parameters array $variables: An associative array containing: link: The setting's primary link. settings_links: An array of links for this setting. defaulted: A boolean indicating the setting is in its default state. overridden: A boolean indicating the setting has been overridden from the default. descri

template_preprocess_views_ui_view_preview_section

template_preprocess_views_ui_view_preview_section(&$variables) Prepares variables for views UI view preview section templates. Default template: views-ui-view-preview-section.html.twig. Parameters array $variables: An associative array containing: view: The view object. section: The section name of a View (e.g. title, rows or pager). File core/modules/views_ui/views_ui.theme.inc, line 466 Preprocessors and theme functions for the Views UI. Code function template_preprocess_views_ui_v

template_preprocess_views_view

template_preprocess_views_view(&$variables) Prepares variables for view templates. Default template: views-view.html.twig. Parameters array $variables: An associative array containing: view: The ViewExecutable object. File core/modules/views/views.theme.inc, line 22 Preprocessors and helper functions to make theming easier. Code function template_preprocess_views_view(&$variables) { $view = $variables['view']; $id = $view->storage->id(); $variables['css_name'] = Html:

template_preprocess_views_view_field

template_preprocess_views_view_field(&$variables) Prepares variables for views field templates. Default template: views-view-field.html.twig. Parameters array $variables: An associative array containing: field: The field handler object for the current field. row: Object representing the raw result of the SQL query for the current field. view: Instance of the ViewExecutable object for the parent view. File core/modules/views/views.theme.inc, line 223 Preprocessors and helper functions

template_preprocess_views_ui_display_tab_bucket

template_preprocess_views_ui_display_tab_bucket(&$variables) Prepares variables for Views UI display tab bucket templates. Default template: views-ui-display-tab-bucket.html.twig. Parameters array $variables: An associative array containing: element: An associative array containing the properties of the element. Properties used: #name, #overridden, #children, #title, #actions. File core/modules/views_ui/views_ui.theme.inc, line 55 Preprocessors and theme functions for the Views UI. Co

template_preprocess_views_ui_rearrange_filter_form

template_preprocess_views_ui_rearrange_filter_form(&$variables) Prepares variables for Views UI rearrange filter form templates. Default template: views-ui-rearrange-filter-form.html.twig. Parameters array $variables: An associative array containing: form: A render element representing the form. File core/modules/views_ui/views_ui.theme.inc, line 178 Preprocessors and theme functions for the Views UI. Code function template_preprocess_views_ui_rearrange_filter_form(&$variables) {

template_preprocess_views_view_fields

template_preprocess_views_view_fields(&$variables) Prepares variables for views fields templates. Default template: views-view-fields.html.twig. Parameters array $variables: An associative array containing: view: The view object. options: An array of options. Each option contains: inline: An array that contains the fields that are to be displayed inline. default_field_elements: If default field wrapper elements are to be provided. hide_empty: Whether the field is to be hidden if empty

template_preprocess_vertical_tabs

template_preprocess_vertical_tabs(&$variables) Prepares variables for vertical tabs templates. Default template: vertical-tabs.html.twig. Parameters array $variables: An associative array containing: element: An associative array containing the properties and children of the details element. Properties used: #children. File core/includes/form.inc, line 318 Functions for form and batch generation and processing. Code function template_preprocess_vertical_tabs(&$variables) { $elem

template_preprocess_views_mini_pager

template_preprocess_views_mini_pager(&$variables) Prepares variables for views mini-pager templates. Default template: views-mini-pager.html.twig. Parameters array $variables: An associative array containing: tags: Provides link text for the next/previous links. element: The pager's id. parameters: Any extra GET parameters that should be retained, such as exposed input. File core/modules/views/views.theme.inc, line 1014 Preprocessors and helper functions to make theming easier. Code

template_preprocess_username

template_preprocess_username(&$variables) Prepares variables for username templates. Default template: username.html.twig. Modules that make any changes to variables like 'name' or 'extra' must ensure that the final string is safe. Parameters array $variables: An associative array containing: account: The user account (\Drupal\Core\Session\AccountInterface). File core/modules/user/user.module, line 458 Enables the user registration and login system. Code function template_preprocess_u