You are here

public function WebformHandlerInterface::isExcluded in Webform 8.5

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

Checks if the handler is excluded via webform.settings.

Return value

bool TRUE if the handler is excluded.

1 method overrides WebformHandlerInterface::isExcluded()
WebformHandlerBase::isExcluded in src/Plugin/WebformHandlerBase.php
Checks if the handler is excluded via webform.settings.

File

src/Plugin/WebformHandlerInterface.php, line 231

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function isExcluded();