public function Presentation::init in Filebrowser 8.2
Same name and namespace in other branches
- 3.x 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
Namespace
Drupal\filebrowserCode
public function init() {
// Actions allowed on the form
$this->formActions = $this->common
->userAllowedActions($this->node);
}