You are here

public function TrackerUserTab::getContent in Drupal 8

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