public function SimplifyingController::services in Simplifying 8
Simplifying services page.
1 string reference to 'SimplifyingController::services'
File
- src/
Controller/ SimplifyingController.php, line 15
Class
Namespace
Drupal\simplifying\ControllerCode
public function services() {
$langcode = self::getLangcode();
$content['page'] = [
'#theme' => 'simplifying_services',
'#data' => [
'langcode' => $langcode,
'base_url' => $GLOBALS['base_url'],
],
];
return $content;
}