We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138c7d3 commit 9de33f3Copy full SHA for 9de33f3
lib/Drupal/Core/Session/AccountInterface.php
@@ -115,6 +115,8 @@ public function getPreferredAdminLangcode($fallback_to_default = TRUE);
115
* @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
116
* Use \Drupal\Core\Session\AccountInterface::getAccountName() or
117
* \Drupal\user\UserInterface::getDisplayName() instead.
118
+ *
119
+ * @see https://www.drupal.org/node/2572493
120
*/
121
public function getUsername();
122
0 commit comments