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