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