function PlaceamanateeProvider::settingsForm in Devel images provider 7
Same name and namespace in other branches
- 8 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;
}