public function WebformHandlerInterface::createHandler in Webform 6.x
Same name and namespace in other branches
- 8.5 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 560
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function createHandler();