public function PlaceholdProvider::__construct in Devel images provider 7
Same name and namespace in other branches
- 8 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';
}