You are here

public function ObjectLogClearLogForm::__construct in Object Log 8

Parameters

Connection $database: The database connection service.

File

src/Form/ObjectLogClearLogForm.php, line 39
Contains ObjectLogClearLogForm.

Class

ObjectLogClearLogForm
Provides the form that clears the Object Log table.

Namespace

Drupal\object_log\Form

Code

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