You are here

function XBBCodeTagMatch::break_tag in Extensible BBCode 8

File

lib/Drupal/xbbcode/XBBCodeTagMatch.php, line 27

Class

XBBCodeTagMatch

Namespace

Drupal\xbbcode

Code

function break_tag($tag) {
  $this->content .= $tag->element . $tag->content;
  $this->offset = $tag->offset;
}