ViewUI::$forms

Same name and namespace in other branches
  1. 9 core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::forms
  2. 10 core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::forms
  3. 11.x core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::forms

Contains an array of form keys and their respective classes.

Type: array

File

core/modules/views_ui/src/ViewUI.php, line 113

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public static $forms = [
    'add-handler' => '\\Drupal\\views_ui\\Form\\Ajax\\AddItem',
    'analyze' => '\\Drupal\\views_ui\\Form\\Ajax\\Analyze',
    'handler' => '\\Drupal\\views_ui\\Form\\Ajax\\ConfigHandler',
    'handler-extra' => '\\Drupal\\views_ui\\Form\\Ajax\\ConfigHandlerExtra',
    'handler-group' => '\\Drupal\\views_ui\\Form\\Ajax\\ConfigHandlerGroup',
    'display' => '\\Drupal\\views_ui\\Form\\Ajax\\Display',
    'edit-details' => '\\Drupal\\views_ui\\Form\\Ajax\\EditDetails',
    'rearrange' => '\\Drupal\\views_ui\\Form\\Ajax\\Rearrange',
    'rearrange-filter' => '\\Drupal\\views_ui\\Form\\Ajax\\RearrangeFilter',
    'reorder-displays' => '\\Drupal\\views_ui\\Form\\Ajax\\ReorderDisplays',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.