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
Namespace
Drupal\Tests\forena\Unit\MockCode
public function drupalRender(&$elements) {
return $elements;
}