public function WebformHandlerBase::enable in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Plugin/WebformHandlerBase.php \Drupal\webform\Plugin\WebformHandlerBase::enable()
Enables the webform handler.
Return value
$this
Overrides WebformHandlerInterface::enable
File
- src/
Plugin/ WebformHandlerBase.php, line 296
Class
- WebformHandlerBase
- Provides a base class for a webform handler.
Namespace
Drupal\webform\PluginCode
public function enable() {
return $this
->setStatus(TRUE);
}