You are here

public function PlaceholdProvider::__construct in Devel images provider 8

Same name and namespace in other branches
  1. 7 plugins/devel_image_provider/provider/PlaceholdProvider.class.php \PlaceholdProvider::__construct()

Overrides DevelImagesProviderBase::__construct

File

plugins/devel_image_provider/provider/PlaceholdProvider.class.php, line 12
Placehold support class.

Class

PlaceholdProvider
Add support for placehold.it.

Code

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