Fieldtype::getInputfield()

Return new instance of the Inputfield module associated with this Fieldtype.

Usage

$inputfield = $fieldtype->getInputfield(Page $page, Field $field);

Arguments

NameType(s)Description
$pagePage

Page that the Inputfield will be for

$fieldField

Field that the Inputfield will be for

Return value

Inputfield null

Returns Inputfield or null if not applicable/available.


Fieldtype methods and properties

API reference based on ProcessWire core version 3.0.251