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