function TrackerPage::getContent

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();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.