public function YamlFormElementInterface::isInput in YAML Form 8
Checks if the element carries a value.
Parameters
array $element: An element.
Return value
bool TRUE if the element carries a value.
1 method overrides YamlFormElementInterface::isInput()
- YamlFormElementBase::isInput in src/
YamlFormElementBase.php - Checks if the element carries a value.
File
- src/
YamlFormElementInterface.php, line 90
Class
- YamlFormElementInterface
- Defines the interface for form elements.
Namespace
Drupal\yamlformCode
public function isInput(array $element);