Neos\Flow\Property\TypeConverter\AbstractTypeConverter::getPriority PHP Method

getPriority() public method

Return the priority of this TypeConverter. TypeConverters with a high priority are chosen before low priority.
public getPriority ( ) : integer
return integer
    public function getPriority()
    {
        return $this->priority;
    }