You are here

public function Common::filebrowserPath in Filebrowser 8.2

Same name and namespace in other branches
  1. 3.x src/Services/Common.php \Drupal\filebrowser\Services\Common::filebrowserPath()
1 call to Common::filebrowserPath()
Common::iconGenerate in src/Services/Common.php
You can override the icons used by providing your own in theme/active_theme/filebrowser

File

src/Services/Common.php, line 497

Class

Common
Class Common @package Drupal\filebrowser\Services

Namespace

Drupal\filebrowser\Services

Code

public function filebrowserPath() {
  $module_handler = \Drupal::service('module_handler');
  return $module_handler
    ->getModule('filebrowser')
    ->getPath();
}