ConfigHandlerExtra::__construct

public ConfigHandlerExtra::__construct($type = NULL, $id = NULL)

Constructs a new ConfigHandlerExtra object.

File

core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php, line 17

Class

ConfigHandlerExtra
Provides a form for configuring extra information for a Views UI item.

Namespace

Drupal\views_ui\Form\Ajax

Code

public function __construct($type = NULL, $id = NULL) {
  $this->setType($type);
  $this->setID($id);
}
doc_Drupal
2016-10-29 08:53:31
Comments
Leave a Comment

Please login to continue.