eZ\Publish\Core\REST\Client\Values\ContentType\FieldDefinition::getFieldSettings PHP Method

getFieldSettings() public method

This method returns settings for the field definition supported by the field type.
public getFieldSettings ( ) : array
return array
    public function getFieldSettings()
    {
        return $this->fieldSettings;
    }