public function WebformHandlerInterface::setStatus in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::setStatus()
Sets the status for this webform handler.
Parameters
bool $status: The status for this webform handler.
Return value
$this
1 method overrides WebformHandlerInterface::setStatus()
- WebformHandlerBase::setStatus in src/
Plugin/ WebformHandlerBase.php - Sets the status for this webform handler.
File
- src/
Plugin/ WebformHandlerInterface.php, line 191
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function setStatus($status);