public function FilebrowserPermissions::__construct in Filebrowser 8.2
Same name and namespace in other branches
- 3.x src/FilebrowserPermissions.php \Drupal\filebrowser\FilebrowserPermissions::__construct()
File
- src/
FilebrowserPermissions.php, line 19
Class
Namespace
Drupal\filebrowserCode
public function __construct(Common $common) {
$this->common = $common;
}