You are here

public function FilebrowserPermissions::__construct in Filebrowser 8.2

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

File

src/FilebrowserPermissions.php, line 19

Class

FilebrowserPermissions

Namespace

Drupal\filebrowser

Code

public function __construct(Common $common) {
  $this->common = $common;
}