public function FlagInterface::setFlagLongText in Flag 8.4
Sets the flag long text.
Parameters
string $flag_long: The flag long text to use.
1 method overrides FlagInterface::setFlagLongText()
- Flag::setFlagLongText in src/
Entity/ Flag.php - Sets the flag long text.
File
- src/
FlagInterface.php, line 190
Class
- FlagInterface
- Defines the interface for Flag entities.
Namespace
Drupal\flagCode
public function setFlagLongText($flag_long);