You are here

public function Flag::setFlagLongText in Flag 8.4

Sets the flag long text.

Parameters

string $flag_long: The flag long text to use.

Overrides FlagInterface::setFlagLongText

File

src/Entity/Flag.php, line 389

Class

Flag
Provides the Flag configuration entity.

Namespace

Drupal\flag\Entity

Code

public function setFlagLongText($flag_long) {
  $this->flag_long = $flag_long;
}