You are here

public function YamlFormHandlerInterface::isDisabled in YAML Form 8

Returns the form handler disabled indicator.

Return value

bool TRUE if the form handler is disabled.

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

File

src/YamlFormHandlerInterface.php, line 160

Class

YamlFormHandlerInterface
Defines the interface for form handlers.

Namespace

Drupal\yamlform

Code

public function isDisabled();