function ShortcutSetStorageInterface::deleteAssignedShortcutSets

Same name and namespace in other branches
  1. 8.9.x core/modules/shortcut/src/ShortcutSetStorageInterface.php \Drupal\shortcut\ShortcutSetStorageInterface::deleteAssignedShortcutSets()
  2. 10 core/modules/shortcut/src/ShortcutSetStorageInterface.php \Drupal\shortcut\ShortcutSetStorageInterface::deleteAssignedShortcutSets()
  3. 11.x 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);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.