You are here

public function WebformHandlerInterface::getStatus in Webform 8.5

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

Returns the status of the webform handler.

Return value

bool The status of the webform handler.

1 method overrides WebformHandlerInterface::getStatus()
WebformHandlerBase::getStatus in src/Plugin/WebformHandlerBase.php
Returns the status of the webform handler.

File

src/Plugin/WebformHandlerInterface.php, line 181

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function getStatus();