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
1 2 3 4 5 6 7 8 9 10 11 12 | 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' , ); |
Please login to continue.