function ImageUrlFormatter::settingsForm
Overrides ImageFormatter::settingsForm
File
- 
              core/
modules/ image/ src/ Plugin/ Field/ FieldFormatter/ ImageUrlFormatter.php, line 34  
Class
- ImageUrlFormatter
 - Plugin implementation of the 'image_url' formatter.
 
Namespace
Drupal\image\Plugin\Field\FieldFormatterCode
public function settingsForm(array $form, FormStateInterface $form_state) {
  $element = parent::settingsForm($form, $form_state);
  unset($element['image_link']);
  return $element;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.