You are here

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

Get the original closing tag name.

Parameters

string $closing: The closing tag name.

Return value

$this

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

File

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

Class

TagElementInterface
A tag occurrence as processed by tag plugins.

Namespace

Drupal\xbbcode\Parser\Tree

Code

public function setClosingName(string $closing) : self;