You are here

public function YamlFormElementInterface::getConfigurationFormProperties in YAML Form 8

Get an associative array of element properties from configuration form.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Return value

array An associative array of element properties.

1 method overrides YamlFormElementInterface::getConfigurationFormProperties()
YamlFormElementBase::getConfigurationFormProperties in src/YamlFormElementBase.php
Get an associative array of element properties from configuration form.

File

src/YamlFormElementInterface.php, line 457

Class

YamlFormElementInterface
Defines the interface for form elements.

Namespace

Drupal\yamlform

Code

public function getConfigurationFormProperties(array &$form, FormStateInterface $form_state);