You are here

public function YamlFormHandlerInterface::isEnabled in YAML Form 8

Returns the form handler enabled indicator.

Return value

bool TRUE if the form handler is enabled.

1 method overrides YamlFormHandlerInterface::isEnabled()
YamlFormHandlerBase::isEnabled in src/YamlFormHandlerBase.php
Returns the form handler enabled indicator.

File

src/YamlFormHandlerInterface.php, line 152

Class

YamlFormHandlerInterface
Defines the interface for form handlers.

Namespace

Drupal\yamlform

Code

public function isEnabled();