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