You are here

public function TagProcessResult::getProcessedText in Extensible BBCode 4.0.x

Same name and namespace in other branches
  1. 8.3 src/TagProcessResult.php \Drupal\xbbcode\TagProcessResult::getProcessedText()

Get processed content.

Return value

string Processed content.

File

src/TagProcessResult.php, line 36

Class

TagProcessResult
Represents the output of a tag processor in a tree.

Namespace

Drupal\xbbcode

Code

public function getProcessedText() : string {
  return $this->processedText;
}