You are here

public function WebformSubmissionLogManager::__construct in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_submission_log/src/WebformSubmissionLogManager.php \Drupal\webform_submission_log\WebformSubmissionLogManager::__construct()

WebformSubmissionLogManager constructor.

Parameters

\Drupal\Core\Database\Connection $database: The database service.

File

modules/webform_submission_log/src/WebformSubmissionLogManager.php, line 32

Class

WebformSubmissionLogManager
Webform submission log manager.

Namespace

Drupal\webform_submission_log

Code

public function __construct(Connection $database) {
  $this->database = $database;
}