function ShortcutSetDeleteForm::__construct
Same name and namespace in other branches
- 10 core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php \Drupal\shortcut\Form\ShortcutSetDeleteForm::__construct()
- 9 core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php \Drupal\shortcut\Form\ShortcutSetDeleteForm::__construct()
- 8.9.x core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php \Drupal\shortcut\Form\ShortcutSetDeleteForm::__construct()
- main core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php \Drupal\shortcut\Form\ShortcutSetDeleteForm::__construct()
Constructs a ShortcutSetDeleteForm object.
File
-
core/
modules/ shortcut/ src/ Form/ ShortcutSetDeleteForm.php, line 35
Class
- ShortcutSetDeleteForm
- Builds the shortcut set deletion form.
Namespace
Drupal\shortcut\FormCode
public function __construct(Connection $database, ShortcutSetStorageInterface $storage) {
$this->database = $database;
$this->storage = $storage;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.