function TrackerUserRecent::getContent

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

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