You are here

public function FlagServiceInterface::unflagAllByFlag in Flag 8.4

Remove all flaggings from a flag.

Parameters

\Drupal\Flag\FlagInterface $flag: The flag object.

1 method overrides FlagServiceInterface::unflagAllByFlag()
FlagService::unflagAllByFlag in src/FlagService.php
Remove all flaggings from a flag.

File

src/FlagServiceInterface.php, line 262

Class

FlagServiceInterface
Flag service interface.

Namespace

Drupal\flag

Code

public function unflagAllByFlag(FlagInterface $flag);