You are here

public function WebformElementManagerInterface::initializeElement in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformElementManagerInterface.php \Drupal\webform\Plugin\WebformElementManagerInterface::initializeElement()

Build a Webform element.

Parameters

array $element: An associative array containing an element with a #type property.

1 method overrides WebformElementManagerInterface::initializeElement()
WebformElementManager::initializeElement in src/Plugin/WebformElementManager.php
Build a Webform element.

File

src/Plugin/WebformElementManagerInterface.php, line 31

Class

WebformElementManagerInterface
Collects available webform elements.

Namespace

Drupal\webform\Plugin

Code

public function initializeElement(array &$element);