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