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