public function WebformHandlerInterface::isApplicable in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::isApplicable()
Determine if this handle is applicable to the webform.
Parameters
\Drupal\webform\WebformInterface $webform: A webform.
Return value
bool TRUE if this handler is applicable to the webform.
1 method overrides WebformHandlerInterface::isApplicable()
- WebformHandlerBase::isApplicable in src/
Plugin/ WebformHandlerBase.php - Determine if this handle is applicable to the webform.
File
- src/
Plugin/ WebformHandlerInterface.php, line 258
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function isApplicable(WebformInterface $webform);