You are here

public function TagInterface::getSettings in Extensible BBCode 8.3

Same name and namespace in other branches
  1. 4.0.x 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\Entity

Code

public function getSettings() : array;