$fieldtypesget()

Given a Fieldtype name (or class name) return the instantiated Fieldtype module.

If the requested Fieldtype is not already installed, it will be installed here automatically.

Usage

$fieldtype = $fieldtypes->get(string $key);

Arguments

NameType(s)Description
$keystring

Fieldtype name or class name, or dynamic property of Fieldtypes

Return value


$fieldtypes methods and properties

API reference based on ProcessWire core version 3.0.253