public function YamlFormInterface::deleteElement in YAML Form 8
Remove an element.
Parameters
string $key: The element's key.
1 method overrides YamlFormInterface::deleteElement()
- YamlForm::deleteElement in src/
Entity/ YamlForm.php - Remove an element.
File
- src/
YamlFormInterface.php, line 291
Class
- YamlFormInterface
- Provides an interface defining a form entity.
Namespace
Drupal\yamlformCode
public function deleteElement($key);