You are here

public function YamlFormHandlerInterface::setStatus in YAML Form 8

Sets the status for this form handler.

Parameters

bool $status: The status for this form handler.

Return value

$this

1 method overrides YamlFormHandlerInterface::setStatus()
YamlFormHandlerBase::setStatus in src/YamlFormHandlerBase.php
Sets the status for this form handler.

File

src/YamlFormHandlerInterface.php, line 144

Class

YamlFormHandlerInterface
Defines the interface for form handlers.

Namespace

Drupal\yamlform

Code

public function setStatus($status);