You are here

public function YamlFormHandlerBase::getStatus in YAML Form 8

Returns the status of the form handler.

Return value

bool The status of the form handler.

Overrides YamlFormHandlerInterface::getStatus

1 call to YamlFormHandlerBase::getStatus()
YamlFormHandlerBase::getConfiguration in src/YamlFormHandlerBase.php
Gets this plugin's configuration.

File

src/YamlFormHandlerBase.php, line 186

Class

YamlFormHandlerBase
Provides a base class for a form handler.

Namespace

Drupal\yamlform

Code

public function getStatus() {
  return $this->status;
}