ShortcutSetStorageInterface::countAssignedUsers

public ShortcutSetStorageInterface::countAssignedUsers(ShortcutSetInterface $shortcut_set)

Get the number of users who have this set assigned to them.

Parameters

\Drupal\shortcut\ShortcutSetInterface $shortcut_set: The shortcut to count the users assigned to.

Return value

int The number of users who have this set assigned to them.

File

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

Class

ShortcutSetStorageInterface
Defines an interface for shortcut_set entity storage classes.

Namespace

Drupal\shortcut

Code

public function countAssignedUsers(ShortcutSetInterface $shortcut_set);
doc_Drupal
2016-10-29 09:42:59
Comments
Leave a Comment

Please login to continue.