eZ\Publish\Core\REST\Common\Output\FieldTypeSerializer::getFieldType PHP Méthode

getFieldType() protected méthode

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