You are here

public function DeleteForm::__construct in Filebrowser 8.2

Same name and namespace in other branches
  1. 3.x src/Form/DeleteForm.php \Drupal\filebrowser\Form\DeleteForm::__construct()

ConfirmForm constructor.

File

src/Form/DeleteForm.php, line 65

Class

DeleteForm

Namespace

Drupal\filebrowser\Form

Code

public function __construct() {
  $this->validator = \Drupal::service('filebrowser.validator');
  $this->common = \Drupal::service('filebrowser.common');
  $this->fileSystem = \Drupal::service('file_system');
  $this->itemsToDelete = null;
}