public function SetDelete::__construct

Constructs a SetDelete object.

File

drupal/core/modules/shortcut/lib/Drupal/shortcut/Form/SetDelete.php, line 46
Contains \Drupal\shortcut\Form\SetDelete.

Class

SetDelete
Builds the shortcut set deletion form.

Namespace

Drupal\shortcut\Form

Code

public function __construct(Connection $database, ModuleHandlerInterface $module_handler) {
  $this->database = $database;
  $this->moduleHandler = $module_handler;
}