You are here

public function TestingAppService::drupalRender in Forena Reports 8

Parameters

$elements:

Return value

mixed

Overrides AppService::drupalRender

File

tests/src/Unit/Mock/TestingAppService.php, line 159

Class

TestingAppService

Namespace

Drupal\Tests\forena\Unit\Mock

Code

public function drupalRender(&$elements) {
  return $elements;
}