public function TestController::fakeOembed in Tome 8
Outputs an embed page.
1 string reference to 'TestController::fakeOembed'
- tome_test.routing.yml in modules/
tome_static/ tests/ modules/ tome_test/ tome_test.routing.yml - modules/tome_static/tests/modules/tome_test/tome_test.routing.yml
File
- modules/
tome_static/ tests/ modules/ tome_test/ src/ Controller/ TestController.php, line 77
Class
- TestController
- Contains test pages for the tome module.
Namespace
Drupal\tome_test\ControllerCode
public function fakeOembed() {
return [
'#markup' => 'Hello world!',
];
}