You are here

public function TagInterface::getName in Extensible BBCode 8.3

Same name and namespace in other branches
  1. 4.0.x src/Entity/TagInterface.php \Drupal\xbbcode\Entity\TagInterface::getName()

The default tag name.

Return value

string Default tag name.

1 method overrides TagInterface::getName()
Tag::getName in src/Entity/Tag.php
The default tag name.

File

src/Entity/TagInterface.php, line 26

Class

TagInterface
Defines the interface for custom tag entities.

Namespace

Drupal\xbbcode\Entity

Code

public function getName() : string;