public function WebformHandlerInterface::createHandler in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::createHandler()
Acts on handler after it has been created and added to webform.
1 method overrides WebformHandlerInterface::createHandler()
- WebformHandlerBase::createHandler in src/
Plugin/ WebformHandlerBase.php - Acts on handler after it has been created and added to webform.
File
- src/
Plugin/ WebformHandlerInterface.php, line 606
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function createHandler();