public function TrackerPage::getContent in Drupal 8
Content callback for the tracker.page route.
File
- core/
modules/ tracker/ src/ Controller/ TrackerPage.php, line 15
Class
- TrackerPage
- Controller for tracker.page route.
Namespace
Drupal\tracker\ControllerCode
public function getContent() {
return $this
->buildContent();
}