You are here

public function WebformElementInterface::getConfigurationFormProperties in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::getConfigurationFormProperties()

Get an associative array of element properties from configuration webform.

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 WebformElementInterface::getConfigurationFormProperties()
WebformElementBase::getConfigurationFormProperties in src/Plugin/WebformElementBase.php
Get an associative array of element properties from configuration webform.

File

src/Plugin/WebformElementInterface.php, line 719

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

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