public function TagInterface::getDescription in Extensible BBCode 4.0.x
Same name and namespace in other branches
- 8.3 src/Entity/TagInterface.php \Drupal\xbbcode\Entity\TagInterface::getDescription()
The tag description.
Return value
string Tag description.
1 method overrides TagInterface::getDescription()
- Tag::getDescription in src/
Entity/ Tag.php - The tag description.
File
- src/
Entity/ TagInterface.php, line 18
Class
- TagInterface
- Defines the interface for custom tag entities.
Namespace
Drupal\xbbcode\EntityCode
public function getDescription() : string;