ViewUI::$forms

Contains an array of form keys and their respective classes.

Type: array

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public static $forms = array(
  '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',
);
doc_Drupal
2016-10-29 09:55:50
Comments
Leave a Comment

Please login to continue.