You are here

public function YamlFormHandlerInterface::getStatus in YAML Form 8

Returns the status of the form handler.

Return value

bool The status of the form handler.

1 method overrides YamlFormHandlerInterface::getStatus()
YamlFormHandlerBase::getStatus in src/YamlFormHandlerBase.php
Returns the status of the form handler.

File

src/YamlFormHandlerInterface.php, line 134

Class

YamlFormHandlerInterface
Defines the interface for form handlers.

Namespace

Drupal\yamlform

Code

public function getStatus();