You are here

public function Flag::setUnflagLongText in Flag 8.4

Sets the unflag long text.

Parameters

string $unflag_long: The unflag lnog text to use.

Overrides FlagInterface::setUnflagLongText

File

src/Entity/Flag.php, line 410

Class

Flag
Provides the Flag configuration entity.

Namespace

Drupal\flag\Entity

Code

public function setUnflagLongText($unflag_long) {
  $this->unflag_long = $unflag_long;
}