public function WebformInterface::hasSubmissionLog in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::hasSubmissionLog()
Determine if submissions are being logged.
Return value
bool TRUE if submissions are being logged.
1 method overrides WebformInterface::hasSubmissionLog()
- Webform::hasSubmissionLog in src/
Entity/ Webform.php - Determine if submissions are being logged.
File
- src/
WebformInterface.php, line 458
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function hasSubmissionLog();