You are here

public function FlagInterface::setUnflagShortText in Flag 8.4

Sets the unflag short text.

Parameters

string $flag_short: The unflag short text to use.

1 method overrides FlagInterface::setUnflagShortText()
Flag::setUnflagShortText in src/Entity/Flag.php
Sets the unflag short text.

File

src/FlagInterface.php, line 217

Class

FlagInterface
Defines the interface for Flag entities.

Namespace

Drupal\flag

Code

public function setUnflagShortText($flag_short);