ShortcutSetDeleteForm::__construct

public ShortcutSetDeleteForm::__construct(Connection $database, ShortcutSetStorageInterface $storage)

Constructs a ShortcutSetDeleteForm object.

File

core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php, line 33

Class

ShortcutSetDeleteForm
Builds the shortcut set deletion form.

Namespace

Drupal\shortcut\Form

Code

public function __construct(Connection $database, ShortcutSetStorageInterface $storage) {
  $this->database = $database;
  $this->storage = $storage;
}
doc_Drupal
2016-10-29 09:42:47
Comments
Leave a Comment

Please login to continue.