You are here

public function PlaceamanateeProvider::__construct in Devel images provider 8

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

Overrides DevelImagesProviderBase::__construct

File

plugins/devel_image_provider/provider/PlaceamanateeProvider.class.php, line 12
Place a manatee support class.

Class

PlaceamanateeProvider
Add support for place.manatee.lc

Code

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