Grav\Plugin\AdminPlugin::getFormFieldTypes PHP Method

getFormFieldTypes() public method

Get list of form field types specified in this plugin. Only special types needs to be listed.
public getFormFieldTypes ( ) : array
return array
    public function getFormFieldTypes()
    {
        return ['column' => ['input@' => false], 'columns' => ['input@' => false], 'fieldset' => ['input@' => false], 'section' => ['input@' => false], 'tab' => ['input@' => false], 'tabs' => ['input@' => false], 'key' => ['input@' => false], 'list' => ['array' => true], 'file' => ['array' => true]];
    }