You are here

constant WebformSubmissionLogManagerInterface::TABLE in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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_log

Code

const TABLE = 'webform_submission_log';