FieldtypeTextarea::configHelper() FieldtypeTextarea::configHelper() FieldtypeTextarea::configHelper() | FieldtypeTextareaHelper | Get an instance of the FieldtypeTextareaHelper config helper | |
FieldtypeTextarea::exportValue() FieldtypeTextarea::exportValue(Page $page, Field $field, $value) FieldtypeTextarea::exportValue(Page $page, Field $field, $value, array $options = []) | array string | Export value | |
FieldtypeTextarea::findLinks() FieldtypeTextarea::findLinks(Page $page) FieldtypeTextarea::findLinks(Page $page, $selector = '', $field = '', array $options = []) | PageArray array int | Find abstracted HTML/href attribute Textarea links to given $page | |
FieldtypeTextarea::formatValue() FieldtypeTextarea::formatValue($page, $field, $value) FieldtypeTextarea::formatValue($page, $field, $value) | string | Format value for output | |
FieldtypeTextarea::getConfigInputfields() FieldtypeTextarea::getConfigInputfields(Field $field) FieldtypeTextarea::getConfigInputfields(Field $field) | InputfieldWrapper | Get Inputfields to configure the Field | |
FieldtypeTextarea::getDatabaseSchema() FieldtypeTextarea::getDatabaseSchema(Field $field) FieldtypeTextarea::getDatabaseSchema(Field $field) | array | Get database schema used by the Field | |
FieldtypeTextarea::getFieldSetups() FieldtypeTextarea::getFieldSetups() FieldtypeTextarea::getFieldSetups() | array | Get setup options and setup functions for new fields | |
FieldtypeTextarea::getInputfield() FieldtypeTextarea::getInputfield(Page $page, Field $field) FieldtypeTextarea::getInputfield(Page $page, Field $field) | Inputfield | Get the Inputfield module that provides input for Field | |
FieldtypeTextarea::importValue() FieldtypeTextarea::importValue(Page $page, Field $field, $value) FieldtypeTextarea::importValue(Page $page, Field $field, $value, array $options = []) | array string | Import value | |
FieldtypeTextarea::loadPageField() FieldtypeTextarea::loadPageField($page, $field) FieldtypeTextarea::loadPageField($page, $field) | mixed null | Load the given page field from the database table and return the value. | |
FieldtypeTextarea::markupQA() FieldtypeTextarea::markupQA() FieldtypeTextarea::markupQA(Page $page = null, Field $field = null) | MarkupQA | Get the MarkupQA instance | |
FieldtypeTextarea::markupValue() FieldtypeTextarea::markupValue($page, $field) FieldtypeTextarea::markupValue($page, $field, $value = null, $property = '') | string MarkupFieldtype | Render a markup string of the value. | |
FieldtypeTextarea::sleepValue() FieldtypeTextarea::sleepValue($page, $field, $value) FieldtypeTextarea::sleepValue($page, $field, $value) | string int float array | Given an 'awake' value, as set by wakeupValue(), convert the value back to a basic type for storage in database. | |
FieldtypeTextarea::wakeupValue() FieldtypeTextarea::wakeupValue($page, $field, $value) FieldtypeTextarea::wakeupValue($page, $field, $value) | string int array object | Given a raw value (value as stored in database), return the value as it would appear in a Page object. | |