comparison core/modules/tracker/src/Controller/TrackerUserTab.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
20 20
21 /** 21 /**
22 * Title callback for the tracker.user_tab route. 22 * Title callback for the tracker.user_tab route.
23 */ 23 */
24 public function getTitle(UserInterface $user) { 24 public function getTitle(UserInterface $user) {
25 return $user->getUsername(); 25 return $user->getAccountName();
26 } 26 }
27 27
28 } 28 }