You are here

public function BootstrapSiteAlertAdmin::__construct in Bootstrap Site Alert 8

Constructs a new UpdateManagerUpdate object.

Parameters

\Drupal\Core\State\StateInterface $state: The state service.

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

File

src/Form/BootstrapSiteAlertAdmin.php, line 49

Class

BootstrapSiteAlertAdmin
Class BootstrapSiteAlertAdmin.

Namespace

Drupal\bootstrap_site_alert\Form

Code

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