ConfigHandlerGroup::__construct

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

Constructs a new ConfigHandlerGroup object.

File

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

Class

ConfigHandlerGroup
Provides a form for configuring grouping information for a Views UI handler.

Namespace

Drupal\views_ui\Form\Ajax

Code

1
2
3
4
public function __construct($type = NULL, $id = NULL) {
  $this->setType($type);
  $this->setID($id);
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.