function TrackerUserTab::getContent

Content callback for the tracker.user_tab route.

File

core/modules/tracker/src/Controller/TrackerUserTab.php, line 17

Class

TrackerUserTab
Controller for tracker.user_tab route.

Namespace

Drupal\tracker\Controller

Code

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

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