function ShortcutSetStorageInterface::deleteAssignedShortcutSets
Delete shortcut sets assigned to users.
Parameters
\Drupal\shortcut\ShortcutSetInterface $entity: Delete the user assigned sets belonging to this shortcut.
1 method overrides ShortcutSetStorageInterface::deleteAssignedShortcutSets()
- ShortcutSetStorage::deleteAssignedShortcutSets in core/
modules/ shortcut/ src/ ShortcutSetStorage.php - Delete shortcut sets assigned to users.
File
-
core/
modules/ shortcut/ src/ ShortcutSetStorageInterface.php, line 44
Class
- ShortcutSetStorageInterface
- Defines an interface for shortcut_set entity storage classes.
Namespace
Drupal\shortcutCode
public function deleteAssignedShortcutSets(ShortcutSetInterface $entity);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.