You are here

public function AppService::currentPath in Forena Reports 8

1 method overrides AppService::currentPath()
TestingAppService::currentPath in tests/src/Unit/Mock/TestingAppService.php

File

src/AppService.php, line 216

Class

AppService

Namespace

Drupal\forena

Code

public function currentPath() {
  $path = \Drupal::service('path.current')
    ->getPath();
  return $path;
}