public function FilebrowserPermissions::__construct in Filebrowser 3.x
Same name and namespace in other branches
- 8.2 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;
}