public function Flag::setUnflagShortText in Flag 8.4
Sets the unflag short text.
Parameters
string $flag_short: The unflag short text to use.
Overrides FlagInterface::setUnflagShortText
File
- src/
Entity/ Flag.php, line 424
Class
- Flag
- Provides the Flag configuration entity.
Namespace
Drupal\flag\EntityCode
public function setUnflagShortText($unflag_short) {
$this->unflag_short = $unflag_short;
}