You are here

public function CivicrmWebformHandler::supportsConditions in Webform CiviCRM Integration 8.5

Determine if webform handler supports conditions.

Return value

bool TRUE if the webform handler supports conditions.

Overrides WebformHandlerBase::supportsConditions

File

src/Plugin/WebformHandler/CivicrmWebformHandler.php, line 59

Class

CivicrmWebformHandler
CiviCRM Webform Handler plugin.

Namespace

Drupal\webform_civicrm\Plugin\WebformHandler

Code

public function supportsConditions() {
  return FALSE;
}