public function WebformInterface::hasComputed in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::hasComputed()
Determine if the webform's elements include computed values.
Return value
bool TRUE if the webform's elements include computed values.
1 method overrides WebformInterface::hasComputed()
- Webform::hasComputed in src/
Entity/ Webform.php - Determine if the webform's elements include computed values.
File
- src/
WebformInterface.php, line 200
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function hasComputed();