public function WebformInterface::hasConditions in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::hasConditions()
Determine if the webform has conditional logic (i.e. #states).
Return value
bool TRUE if the webform has conditional logic.
1 method overrides WebformInterface::hasConditions()
- Webform::hasConditions in src/
Entity/ Webform.php - Determine if the webform has conditional logic (i.e. #states).
File
- src/
WebformInterface.php, line 232
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function hasConditions();