AddHandler::__construct

public AddHandler::__construct($type = NULL)

Constructs a new AddHandler object.

File

core/modules/views_ui/src/Form/Ajax/AddHandler.php, line 18

Class

AddHandler
Provides a form for adding an item in the Views UI.

Namespace

Drupal\views_ui\Form\Ajax

Code

public function __construct($type = NULL) {
  $this->setType($type);
}
doc_Drupal
2016-10-29 08:43:36
Comments
Leave a Comment

Please login to continue.