class ConfigHandlerGroup extends ViewsFormBase
{ /**
* Constructs a new ConfigHandlerGroup object.
*/
public function __construct($type = NULL,
$id = NULL
) { $this->
setType($type);
$this->
setID($id);
} /**
* {@inheritdoc}
*/
public function getFormKey() { return 'handler-group';
} /**
* {@inheritdoc}
*/