public function WebformHandlerInterface::isEnabled in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::isEnabled()
Returns the webform handler enabled indicator.
Return value
bool TRUE if the webform handler is enabled.
1 method overrides WebformHandlerInterface::isEnabled()
- WebformHandlerBase::isEnabled in src/
Plugin/ WebformHandlerBase.php - Returns the webform handler enabled indicator.
File
- src/
Plugin/ WebformHandlerInterface.php, line 239
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function isEnabled();