ConfigHandler::__construct

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

Constructs a new ConfigHandler object.

File

core/modules/views_ui/src/Form/Ajax/ConfigHandler.php, line 19

Class

ConfigHandler
Provides a form for configuring an item in the Views UI.

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:28
Comments
Leave a Comment

Please login to continue.