public function WebformInterface::hasActions in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::hasActions()
Determine if the webform has any custom actions (aka submit buttons).
Return value
bool TRUE if the webform has any custom actions (aka submit buttons).
1 method overrides WebformInterface::hasActions()
- Webform::hasActions in src/
Entity/ Webform.php - Determine if the webform has any custom actions (aka submit buttons).
File
- src/
WebformInterface.php, line 248
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function hasActions();