You are here

protected property DisplayFileList::$files in Filebrowser 8.2

Same name and namespace in other branches
  1. 3.x src/File/DisplayFileList.php \Drupal\filebrowser\File\DisplayFileList::files

List of the files ready to be passes to presentation This list will appear on the node view

Type: array $displayFiles

File

src/File/DisplayFileList.php, line 32

Class

DisplayFileList
Class FileDisplayList @package Drupal\filebrowser This class holds the list of files to be displayed on the filebrowser node. These files are retrieved from the filesystem and filtered for user and node access. The array produced by this class…

Namespace

Drupal\filebrowser\File

Code

protected $files;