You are here

public function TagElementInterface::getOpeningName in Extensible BBCode 4.0.x

Get the original opening tag name.

Case-insensitively equivalent to ::getName() and ::getClosingName().

Return value

string The opening tag name.

2 methods override TagElementInterface::getOpeningName()
PreparedTagElement::getOpeningName in src/PreparedTagElement.php
Get the original opening tag name.
TagElement::getOpeningName in src/Parser/Tree/TagElement.php
Get the original opening tag name.

File

src/Parser/Tree/TagElementInterface.php, line 28

Class

TagElementInterface
A tag occurrence as processed by tag plugins.

Namespace

Drupal\xbbcode\Parser\Tree

Code

public function getOpeningName() : string;