You are here

public function UnsplashitProvider::__construct in Devel images provider 7

Overrides DevelImagesProviderBase::__construct

File

plugins/devel_image_provider/provider/UnsplashitProvider.class.php, line 12
Unsplashit support class.

Class

UnsplashitProvider
Add support for placekiten.com.

Code

public function __construct($plugin) {
  parent::__construct($plugin);
  $this->provider_base_url = 'https://unsplash.it';
}