eZ\Publish\Core\REST\Common\Output\FieldTypeSerializer::getFieldType PHP Method

getFieldType() protected method

Returns the field type with $fieldTypeIdentifier.
protected getFieldType ( string $fieldTypeIdentifier ) : eZ\Publish\API\Repository\FieldType
$fieldTypeIdentifier string
return eZ\Publish\API\Repository\FieldType
    protected function getFieldType($fieldTypeIdentifier)
    {
        return $this->fieldTypeService->getFieldType($fieldTypeIdentifier);
    }