You are here

protected property GridActionForm::$relativeRoot in Filebrowser 3.x

Same name and namespace in other branches
  1. 8.2 src/Form/GridActionForm.php \Drupal\filebrowser\Form\GridActionForm::relativeRoot

The relative root for this file listing. The complete location of a file is determined by folder_path + relativeRoot = path: local//: path_to_folderpath/folder1/folder2/file.txt In this example "folder1/folder2" is the relativeRoot

Type: string

File

src/Form/GridActionForm.php, line 29

Class

GridActionForm
Class GridActionForm.

Namespace

Drupal\filebrowser\Form

Code

protected $relativeRoot;