You are here

public function YamlFormInterface::getSettings in YAML Form 8

Returns the form settings.

Return value

array A structured array containing all the form settings.

1 method overrides YamlFormInterface::getSettings()
YamlForm::getSettings in src/Entity/YamlForm.php
Returns the form settings.

File

src/YamlFormInterface.php, line 147

Class

YamlFormInterface
Provides an interface defining a form entity.

Namespace

Drupal\yamlform

Code

public function getSettings();