You are here

public function WebformElementInterface::initialize in Webform 6.x

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

Initialize an element to be displayed, rendered, or exported.

Parameters

array $element: An element.

1 method overrides WebformElementInterface::initialize()
WebformElementBase::initialize in src/Plugin/WebformElementBase.php
Initialize an element to be displayed, rendered, or exported.

File

src/Plugin/WebformElementInterface.php, line 317

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function initialize(array &$element);