You are here

public function Presentation::init in Filebrowser 3.x

Same name and namespace in other branches
  1. 8.2 src/Presentation.php \Drupal\filebrowser\Presentation::init()

Provides settings and actions that apply for all views

1 call to Presentation::init()
Presentation::__construct in src/Presentation.php
Presentation constructor.

File

src/Presentation.php, line 69

Class

Presentation

Namespace

Drupal\filebrowser

Code

public function init() {

  // Actions allowed on the form
  $this->formActions = $this->common
    ->userAllowedActions($this->node);
}