Mapper
interface Mapper
Defines the contract for resolving asset references to Asset objects.
Implementations handle specific storage backends (filesystem, CDN, etc.).
Methods
Asset|null
getAsset(string $reference, array $options = [])
Retrieves an Asset instance for a given mapper-specific reference string.
Details
at line 17
Asset|null
getAsset(string $reference, array $options = [])
Retrieves an Asset instance for a given mapper-specific reference string.