You are here

protected property WebformSubmissionLogController::$database in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_submission_log/src/Controller/WebformSubmissionLogController.php \Drupal\webform_submission_log\Controller\WebformSubmissionLogController::database

The database service.

Type: \Drupal\Core\Database\Connection

File

modules/webform_submission_log/src/Controller/WebformSubmissionLogController.php, line 28

Class

WebformSubmissionLogController
Returns responses for webform submission log routes.

Namespace

Drupal\webform_submission_log\Controller

Code

protected $database;