You are here

public static function YamlFormInterface::getDefaultSettings in YAML Form 8

Returns the form default settings.

Return value

array A structured array containing all the form default settings.

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

File

src/YamlFormInterface.php, line 206

Class

YamlFormInterface
Provides an interface defining a form entity.

Namespace

Drupal\yamlform

Code

public static function getDefaultSettings();