public ShortcutSetStorageInterface::deleteAssignedShortcutSets(ShortcutSetInterface $entity)
Delete shortcut sets assigned to users.
Parameters
\Drupal\shortcut\ShortcutSetInterface $entity: Delete the user assigned sets belonging to this shortcut.
File
- core/modules/shortcut/src/ShortcutSetStorageInterface.php, line 44
Class
- ShortcutSetStorageInterface
- Defines an interface for shortcut_set entity storage classes.
Namespace
Drupal\shortcut
Code
public function deleteAssignedShortcutSets(ShortcutSetInterface $entity);
Please login to continue.