Neos\Media\Domain\Model\ThumbnailGenerator\ThumbnailGeneratorInterface::getPriority PHP Method

getPriority() public static method

Return the priority of this ThumbnailGenerator. ThumbnailGenerator with a high priority are chosen before low priority.
public static getPriority ( ) : integer
return integer
    public static function getPriority();
ThumbnailGeneratorInterface