You are here

public function TextimageInterface::process in Textimage 8.3

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

Process the Textimage, with the required raw text.

Parameters

array|string $text: An array of text strings, or a single string, with tokens not resolved.

Return value

$this

1 method overrides TextimageInterface::process()
Textimage::process in src/Textimage.php
Process the Textimage, with the required raw text.

File

src/TextimageInterface.php, line 187

Class

TextimageInterface
Provides an interface for Textimage objects.

Namespace

Drupal\textimage

Code

public function process($text);