public function WebformHandlerInterface::supportsTokens in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::supportsTokens()
Determine if webform handler supports tokens.
Return value
bool TRUE if the webform handler supports tokens.
1 method overrides WebformHandlerInterface::supportsTokens()
- WebformHandlerBase::supportsTokens in src/
Plugin/ WebformHandlerBase.php - Determine if webform handler supports tokens.
File
- src/
Plugin/ WebformHandlerInterface.php, line 101
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function supportsTokens();