public function WebformElementInterface::initialize in Webform 8.5
Same name and namespace in other branches
- 6.x 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\PluginCode
public function initialize(array &$element);