You are here

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\Controller

Code

public function getContent() {
  return $this
    ->buildContent();
}