public function AppService::drupalRender in Forena Reports 8
Parameters
$elements:
Return value
mixed
1 method overrides AppService::drupalRender()
- TestingAppService::drupalRender in tests/
src/ Unit/ Mock/ TestingAppService.php
File
- src/
AppService.php, line 295
Class
Namespace
Drupal\forenaCode
public function drupalRender(&$elements) {
return \Drupal::service('renderer')
->render($elements);
}