You are here

public function BrokenWebformHandler::isEnabled in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformHandler/BrokenWebformHandler.php \Drupal\webform\Plugin\WebformHandler\BrokenWebformHandler::isEnabled()

Returns the webform handler enabled indicator.

Return value

bool TRUE if the webform handler is enabled.

Overrides WebformHandlerBase::isEnabled

File

src/Plugin/WebformHandler/BrokenWebformHandler.php, line 25

Class

BrokenWebformHandler
Defines a fallback plugin for missing webform handler plugins.

Namespace

Drupal\webform\Plugin\WebformHandler

Code

public function isEnabled() {
  return FALSE;
}