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
Namespace
Drupal\forenaCode
public function alter($hook, &$var1, $var2 = NULL) {
\Drupal::moduleHandler()
->alter('forena_parameters', $var1, $var2);
}