Neos\Media\Domain\Model\ThumbnailGenerator\ThumbnailGeneratorInterface::getPriority PHP Méthode

getPriority() public static méthode

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