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