public function Flag::getUnflagDeniedText in Flag 8.4
Get the flag's unflag denied message text.
Return value
string A string containing the unflag denied message text.
Overrides FlagInterface::getUnflagDeniedText
File
- src/
Entity/ Flag.php, line 431
Class
- Flag
- Provides the Flag configuration entity.
Namespace
Drupal\flag\EntityCode
public function getUnflagDeniedText() {
return $this->unflag_denied_text;
}