constant WebformSubmissionLogManagerInterface::TABLE in Webform 8.5
Same name and namespace in other branches
- 6.x modules/webform_submission_log/src/WebformSubmissionLogManagerInterface.php \Drupal\webform_submission_log\WebformSubmissionLogManagerInterface::TABLE
Name of the table where log entries are stored.
File
- modules/
webform_submission_log/ src/ WebformSubmissionLogManagerInterface.php, line 16
Class
- WebformSubmissionLogManagerInterface
- Interface for webform submission log manager.
Namespace
Drupal\webform_submission_logCode
const TABLE = 'webform_submission_log';