public function TrackerPage::getContent in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/tracker/src/Controller/TrackerPage.php \Drupal\tracker\Controller\TrackerPage::getContent()
Content callback for the tracker.page route.
1 string reference to 'TrackerPage::getContent'
- tracker.routing.yml in core/
modules/ tracker/ tracker.routing.yml - core/modules/tracker/tracker.routing.yml
File
- core/
modules/ tracker/ src/ Controller/ TrackerPage.php, line 20 - Contains \Drupal\tracker\Controller\TrackerPage.
Class
- TrackerPage
- Controller for tracker.page route.
Namespace
Drupal\tracker\ControllerCode
public function getContent() {
module_load_include('inc', 'tracker', 'tracker.pages');
return tracker_page();
}