You are here

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\yamlform

Code

public function deleteElement($key);