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\FormCode
public function __construct(Connection $database) {
$this->database = $database;
}