You are here

constant ExifHtmlWidget::EXIF_HTML_DEFAULT_SETTINGS in Exif 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/Field/FieldWidget/ExifHtmlWidget.php \Drupal\exif\Plugin\Field\FieldWidget\ExifHtmlWidget::EXIF_HTML_DEFAULT_SETTINGS

File

src/Plugin/Field/FieldWidget/ExifHtmlWidget.php, line 24

Class

ExifHtmlWidget
Plugin implementation of the 'exif_html' widget.

Namespace

Drupal\exif\Plugin\Field\FieldWidget

Code

const EXIF_HTML_DEFAULT_SETTINGS = [
  'exif_field_separator' => '',
  'exif_field' => 'all_all',
];