public function EntityQueueFormWidgetController::content in Entityqueue Form Widget 8
Same name and namespace in other branches
- 2.0.x src/Controller/EntityQueueFormWidgetController.php \Drupal\entityqueue_form_widget\Controller\EntityQueueFormWidgetController::content()
Show module home page content.
1 string reference to 'EntityQueueFormWidgetController::content'
File
- src/
Controller/ EntityQueueFormWidgetController.php, line 15
Class
- EntityQueueFormWidgetController
- Module controller.
Namespace
Drupal\entityqueue_form_widget\ControllerCode
public function content() {
return [
'#type' => 'markup',
'#markup' => $this
->t('Entity Queue Form Widget Custom Page'),
];
}