FieldtypeTextarea::markupQA()

Get the MarkupQA instance

Usage

// basic usage
$markupQA = $fieldtypeTextarea->markupQA();

// usage with all arguments
$markupQA = $fieldtypeTextarea->markupQA($page = null, $field = null);

Arguments

NameType(s)Description
$page (optional)Page null
$field (optional)Field null

Return value

Exceptions

Method can throw exceptions on error:

  • WireException - If called the first time without page or field arguments


FieldtypeTextarea methods and properties

API reference based on ProcessWire core version 3.0.252