MediaWiki master
ThumbnailEntryPoint.php File Reference

Entry point implementation for retrieving media thumbnails, created by a MediaHandler subclass or proxy request if FileRepo::getThumbProxyUrl is configured. More...

Go to the source code of this file.

Classes

class  MediaWiki\FileRepo\ThumbnailEntryPoint
 

Namespaces

namespace  MediaWiki\FileRepo
 

Detailed Description

Entry point implementation for retrieving media thumbnails, created by a MediaHandler subclass or proxy request if FileRepo::getThumbProxyUrl is configured.

This also supports resizing an image on-demand, if it isn't found in the configured FileBackend storage.

See also
/thumb.php The web entry point.
Note
GPL-2.0-or-later

Definition in file ThumbnailEntryPoint.php.