public function DummyImageProvider::__construct in Devel images provider 7
Same name and namespace in other branches
- 8 plugins/devel_image_provider/provider/DummyImageProvider.class.php \DummyImageProvider::__construct()
Overrides DevelImagesProviderBase::__construct
File
- plugins/
devel_image_provider/ provider/ DummyImageProvider.class.php, line 12 - Dummy image support class.
Class
- DummyImageProvider
- Add support for dummyimage.com.
Code
public function __construct($plugin) {
parent::__construct($plugin);
$this->provider_base_url = 'http://dummyimage.com';
}