ShortcutSetStorageInterface::deleteAssignedShortcutSets

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);
doc_Drupal
2016-10-29 09:42:59
Comments
Leave a Comment

Please login to continue.