You are here

public function AppService::alter in Forena Reports 8

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

File

src/AppService.php, line 34

Class

AppService

Namespace

Drupal\forena

Code

public function alter($hook, &$var1, $var2 = NULL) {
  \Drupal::moduleHandler()
    ->alter('forena_parameters', $var1, $var2);
}