public function YamlFormElementInterface::isEnabled in YAML Form 8
Checks if element is enabled.
Return value
bool TRUE if the element is enabled.
1 method overrides YamlFormElementInterface::isEnabled()
- YamlFormElementBase::isEnabled in src/
YamlFormElementBase.php - Checks if element is enabled.
File
- src/
YamlFormElementInterface.php, line 155
Class
- YamlFormElementInterface
- Defines the interface for form elements.
Namespace
Drupal\yamlformCode
public function isEnabled();