You are here

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

AppService

Namespace

Drupal\forena

Code

public function drupalRender(&$elements) {
  return \Drupal::service('renderer')
    ->render($elements);
}