Display::__construct

public Display::__construct($type = NULL)

Constructs a new Display object.

File

core/modules/views_ui/src/Form/Ajax/Display.php, line 16

Class

Display
Provides a form for editing the Views display.

Namespace

Drupal\views_ui\Form\Ajax

Code

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

Please login to continue.