public function DeleteForm::__construct in Filebrowser 8.2
Same name and namespace in other branches
- 3.x src/Form/DeleteForm.php \Drupal\filebrowser\Form\DeleteForm::__construct()
ConfirmForm constructor.
File
- src/
Form/ DeleteForm.php, line 65
Class
Namespace
Drupal\filebrowser\FormCode
public function __construct() {
$this->validator = \Drupal::service('filebrowser.validator');
$this->common = \Drupal::service('filebrowser.common');
$this->fileSystem = \Drupal::service('file_system');
$this->itemsToDelete = null;
}