You are here

public function FlagInterface::getUnflagDeniedText in Flag 8.4

Get the flag's unflag denied message text.

Return value

string A string containing the unflag denied message text.

1 method overrides FlagInterface::getUnflagDeniedText()
Flag::getUnflagDeniedText in src/Entity/Flag.php
Get the flag's unflag denied message text.

File

src/FlagInterface.php, line 257

Class

FlagInterface
Defines the interface for Flag entities.

Namespace

Drupal\flag

Code

public function getUnflagDeniedText();