You are here

public function BrokenYamlFormHandler::isEnabled in YAML Form 8

Returns the form handler enabled indicator.

Return value

bool TRUE if the form handler is enabled.

Overrides YamlFormHandlerBase::isEnabled

File

src/Plugin/YamlFormHandler/BrokenYamlFormHandler.php, line 24

Class

BrokenYamlFormHandler
Defines a fallback plugin for missing form handler plugins.

Namespace

Drupal\yamlform\Plugin\YamlFormHandler

Code

public function isEnabled() {
  return FALSE;
}