public function WebformHandlerInterface::createElement in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::createElement()
Acts on a element after it has been created.
Parameters
string $key: The element's key.
array $element: The element's properties.
1 method overrides WebformHandlerInterface::createElement()
- WebformHandlerBase::createElement in src/
Plugin/ WebformHandlerBase.php - Acts on a element after it has been created.
File
- src/
Plugin/ WebformHandlerInterface.php, line 599
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function createElement($key, array $element);