You are here

public function DevelopmentEnvironmentClearLogForm::__construct in Development Environment 8

Constructs a DevelopmentEnvironmentSettingsForm object.

Parameters

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

File

src/Form/DevelopmentEnvironmentClearLogForm.php, line 28

Class

DevelopmentEnvironmentClearLogForm
Form to clear the email log.

Namespace

Drupal\development_environment\Form

Code

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