public function WebformHandlerInterface::enable in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::enable()
Enables the webform handler.
Return value
$this
1 method overrides WebformHandlerInterface::enable()
- WebformHandlerBase::enable in src/
Plugin/ WebformHandlerBase.php - Enables the webform handler.
File
- src/
Plugin/ WebformHandlerInterface.php, line 216
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function enable();