You are here

protected property XBBCodeTag::$name in Extensible BBCode 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Annotation/XBBCodeTag.php \Drupal\xbbcode\Annotation\XBBCodeTag::name

The suggested code-name of the tag.

This will be the default name for using the tag in BBCode. It must not contain any whitespace characters.

Type: string

File

src/Annotation/XBBCodeTag.php, line 43

Class

XBBCodeTag
Defines a BBCode annotation object.

Namespace

Drupal\xbbcode\Annotation

Code

protected $name;