Neos\Media\Domain\Model\ThumbnailSupportInterface::addThumbnail PHP Method

addThumbnail() public method

Adds a thumbnail which was generated by the ThumbnailService.
See also: getThumbnail()
public addThumbnail ( Thumbnail $thumbnail ) : mixed
$thumbnail Thumbnail
return mixed
    public function addThumbnail(Thumbnail $thumbnail);
ThumbnailSupportInterface