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