You are here

public function YamlFormThirdPartySettingsManagerInterface::afterBuild in YAML Form 8

Form element #after_build callback: Checks for 'third_party_settings'.

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 The form structure.

1 method overrides YamlFormThirdPartySettingsManagerInterface::afterBuild()
YamlFormThirdPartySettingsManager::afterBuild in src/YamlFormThirdPartySettingsManager.php
Form element #after_build callback: Checks for 'third_party_settings'.

File

src/YamlFormThirdPartySettingsManagerInterface.php, line 46

Class

YamlFormThirdPartySettingsManagerInterface
Defines an interface for form third party settings manager classes.

Namespace

Drupal\yamlform

Code

public function afterBuild(array $form, FormStateInterface $form_state);