You are here

public function YamlFormInterface::deleteState in YAML Form 8

Deletes an item from the form's state.

Parameters

string $key: The item name to delete.

1 method overrides YamlFormInterface::deleteState()
YamlForm::deleteState in src/Entity/YamlForm.php
Deletes an item from the form's state.

File

src/YamlFormInterface.php, line 511

Class

YamlFormInterface
Provides an interface defining a form entity.

Namespace

Drupal\yamlform

Code

public function deleteState($key);