You are here

public function YamlFormElementInterface::isHidden in YAML Form 8

Checks if element is hidden.

Return value

bool TRUE if the element is hidden.

1 method overrides YamlFormElementInterface::isHidden()
YamlFormElementBase::isHidden in src/YamlFormElementBase.php
Checks if element is hidden.

File

src/YamlFormElementInterface.php, line 147

Class

YamlFormElementInterface
Defines the interface for form elements.

Namespace

Drupal\yamlform

Code

public function isHidden();