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