You are here

public function TextimageInterface::getText in Textimage 8.4

Same name and namespace in other branches
  1. 8.3 src/TextimageInterface.php \Drupal\textimage\TextimageInterface::getText()

Return the processed text.

Return value

array An array of fully processed text elements.

1 method overrides TextimageInterface::getText()
Textimage::getText in src/Textimage.php
Return the processed text.

File

src/TextimageInterface.php, line 126

Class

TextimageInterface
Provides an interface for Textimage objects.

Namespace

Drupal\textimage

Code

public function getText();