You are here

public function FlagInterface::setUnflagDeniedText in Flag 8.4

Set's the flag's unflag denied message text.

Parameters

string $unflag_denied_text: The unflag denied message text to use.

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

File

src/FlagInterface.php, line 265

Class

FlagInterface
Defines the interface for Flag entities.

Namespace

Drupal\flag

Code

public function setUnflagDeniedText($unflag_denied_text);