public function WebformOptionsInterface::hasAlterHooks in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformOptionsInterface.php \Drupal\webform\WebformOptionsInterface::hasAlterHooks()
Determine if the webform options has alter hooks.
Return value
bool TRUE if the webform options has alter hooks.
1 method overrides WebformOptionsInterface::hasAlterHooks()
- WebformOptions::hasAlterHooks in src/
Entity/ WebformOptions.php - Determine if the webform options has alter hooks.
File
- src/
WebformOptionsInterface.php, line 44
Class
- WebformOptionsInterface
- Provides an interface defining a webform options entity.
Namespace
Drupal\webformCode
public function hasAlterHooks();