public function ConfigHandlerExtra::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php \Drupal\views_ui\Form\Ajax\ConfigHandlerExtra::__construct()
Constructs a new ConfigHandlerExtra object.
File
- core/
modules/ views_ui/ src/ Form/ Ajax/ ConfigHandlerExtra.php, line 22 - Contains \Drupal\views_ui\Form\Ajax\ConfigHandlerExtra.
Class
- ConfigHandlerExtra
- Provides a form for configuring extra information for a Views UI item.
Namespace
Drupal\views_ui\Form\AjaxCode
public function __construct($type = NULL, $id = NULL) {
$this
->setType($type);
$this
->setID($id);
}