You are here

public function WebformHandlerInterface::isDisabled in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::isDisabled()

Returns the webform handler disabled indicator.

Return value

bool TRUE if the webform handler is disabled.

1 method overrides WebformHandlerInterface::isDisabled()
WebformHandlerBase::isDisabled in src/Plugin/WebformHandlerBase.php
Returns the webform handler disabled indicator.

File

src/Plugin/WebformHandlerInterface.php, line 247

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function isDisabled();