ShortcutSetStorageInterface::getAssignedToUser

public ShortcutSetStorageInterface::getAssignedToUser($account)

Get the name of the set assigned to this user.

Parameters

\Drupal\user\Entity\User $account: The user account.

Return value

string The name of the shortcut set assigned to this user.

File

core/modules/shortcut/src/ShortcutSetStorageInterface.php, line 55

Class

ShortcutSetStorageInterface
Defines an interface for shortcut_set entity storage classes.

Namespace

Drupal\shortcut

Code

public function getAssignedToUser($account);
doc_Drupal
2016-10-29 09:42:59
Comments
Leave a Comment

Please login to continue.