Skip to content

Commit 9de33f3

Browse files
committed
Issue #2940027 by jmsosso: Add change record to @deprecated for AccountInterface
(cherry picked from commit 6b6bc91)
1 parent 138c7d3 commit 9de33f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Drupal/Core/Session/AccountInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ public function getPreferredAdminLangcode($fallback_to_default = TRUE);
115115
* @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
116116
* Use \Drupal\Core\Session\AccountInterface::getAccountName() or
117117
* \Drupal\user\UserInterface::getDisplayName() instead.
118+
*
119+
* @see https://www.drupal.org/node/2572493
118120
*/
119121
public function getUsername();
120122

0 commit comments

Comments
 (0)