You are here

public function ShortcutSetStorageInterface::deleteAssignedShortcutSets in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/shortcut/src/ShortcutSetStorageInterface.php \Drupal\shortcut\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\shortcut

Code

public function deleteAssignedShortcutSets(ShortcutSetInterface $entity);