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);
Please login to continue.