public function MaestroWebformHandler::isEnabled in Maestro 3.x
Returns the webform handler enabled indicator.
Return value
bool TRUE if the webform handler is enabled.
Overrides WebformHandlerBase::isEnabled
File
- modules/
maestro_webform/ src/ Plugin/ WebformHandler/ MaestroWebformHandler.php, line 253
Class
- MaestroWebformHandler
- Launches a Maestro workflow with a Webform submission.
Namespace
Drupal\maestro_webform\Plugin\WebformHandlerCode
public function isEnabled() {
return $this->status ? TRUE : FALSE;
}