public function YamlFormThirdPartySettingsManagerInterface::buildForm in YAML Form 8
Third party settings form constructor.
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::buildForm()
- YamlFormThirdPartySettingsManager::buildForm in src/
YamlFormThirdPartySettingsManager.php - Third party settings form constructor.
File
- src/
YamlFormThirdPartySettingsManagerInterface.php, line 33
Class
- YamlFormThirdPartySettingsManagerInterface
- Defines an interface for form third party settings manager classes.
Namespace
Drupal\yamlformCode
public function buildForm(array $form, FormStateInterface $form_state);