Get the MarkupQA instance
Usage
// basic usage
$markupQA = $fieldtypeTextarea->markupQA();
// usage with all arguments
$markupQA = $fieldtypeTextarea->markupQA(Page $page = null, Field $field = null);
Arguments
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.236