Skip to content

EagerImageTransformerInterface ​

Type
Interface
Namespace
craft\base\imagetransforms
Implemented by
craft\imagetransforms\ImageTransformer
Since
4.0.0

EagerLoadTransformerInterface defines the common interface to be implemented by all image drivers that can eager-load transforms.

View source

Public Methods ​

MethodDescription
eagerLoadTransforms()Eager-loads the given transforms for the given assets.

eagerLoadTransforms() ​

Eager-loads the given transforms for the given assets.

View source

Arguments ​