public function WebformHandlerBase::getStatus in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformHandlerBase.php \Drupal\webform\Plugin\WebformHandlerBase::getStatus()
Returns the status of the webform handler.
Return value
bool The status of the webform handler.
Overrides WebformHandlerInterface::getStatus
1 call to WebformHandlerBase::getStatus()
- WebformHandlerBase::getConfiguration in src/
Plugin/ WebformHandlerBase.php - Gets this plugin's configuration.
File
- src/
Plugin/ WebformHandlerBase.php, line 319
Class
- WebformHandlerBase
- Provides a base class for a webform handler.
Namespace
Drupal\webform\PluginCode
public function getStatus() {
return $this->status;
}