You are here

public function FlagInterface::setUnflagLongText in Flag 8.4

Sets the unflag long text.

Parameters

string $unflag_long: The unflag lnog text to use.

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

File

src/FlagInterface.php, line 225

Class

FlagInterface
Defines the interface for Flag entities.

Namespace

Drupal\flag

Code

public function setUnflagLongText($unflag_long);