You are here

public function TrackerUserRecent::getContent in Drupal 8

Content callback for the tracker.users_recent_content route.

File

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

Class

TrackerUserRecent
Controller for tracker.users_recent_content route.

Namespace

Drupal\tracker\Controller

Code

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