function PlaceamanateeProvider::settingsForm in Devel images provider 8
Same name and namespace in other branches
- 7 plugins/devel_image_provider/provider/PlaceamanateeProvider.class.php \PlaceamanateeProvider::settingsForm()
Generates a settings form for this handler.
Overrides DevelImagesProviderBase::settingsForm
File
- plugins/
devel_image_provider/ provider/ PlaceamanateeProvider.class.php, line 17 - Place a manatee support class.
Class
- PlaceamanateeProvider
- Add support for place.manatee.lc
Code
function settingsForm() {
$form = parent::settingsForm();
unset($form['devel_image_provider_' . $this->plugin['name']]['devel_image_provider_gray']);
return $form;
}