AbstractThumbnailGenerator
abstract class AbstractThumbnailGenerator implements ThumbnailGeneratorInterface (View source)
Abstract Thumbnail Generator
A Thumbnail Generator is used to generate thumbnail based on constraints, like priority, file extension, ... You can implement your own Generator. The output of a Generator must be an image, check existing Generators for inspiration.
Properties
protected Environment | $environment | ||
protected ImagineInterface | $imagineService | ||
protected ResourceManager | $resourceManager | ||
static protected int | $priority | The priority for this thumbnail generator. |
|
protected array | $options |