eZ\Publish\Core\FieldType\Rating\Type::getFieldTypeIdentifier PHP Method

getFieldTypeIdentifier() public method

Returns the field type identifier for this field type.
public getFieldTypeIdentifier ( ) : string
return string
    public function getFieldTypeIdentifier()
    {
        return 'ezsrrating';
    }