ThumbnailGenerator
class ThumbnailGenerator implements PostProcessorInterface (View source)
Methods
int
getPostProcessPriority()
Get the priority of this post-processor.
$this
bool
shouldPostProcess(ImportingFile $file, ImportOptions $options, Version $importedVersion)
Check if this post-processor should process an imported file.
postProcess(ImportingFile $file, ImportOptions $options, Version $importedVersion)
Post-process am imported file.
Details
int
getPostProcessPriority()
Get the priority of this post-processor.
$this
readConfiguration(Repository $config)
Initialize the processor from the configured values.
bool
shouldPostProcess(ImportingFile $file, ImportOptions $options, Version $importedVersion)
Check if this post-processor should process an imported file.
postProcess(ImportingFile $file, ImportOptions $options, Version $importedVersion)
Post-process am imported file.