public function WebformHandlerInterface::isSubmissionRequired in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::isSubmissionRequired()
Returns the webform submission is required indicator.
Return value
bool TRUE if the webform handler requires the webform submission to be saved to the database.
1 method overrides WebformHandlerInterface::isSubmissionRequired()
- WebformHandlerBase::isSubmissionRequired in src/
Plugin/ WebformHandlerBase.php - Returns the webform submission is required indicator.
File
- src/
Plugin/ WebformHandlerInterface.php, line 276
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function isSubmissionRequired();