public static function ImagecacheExternalImage::defaultSettings in Imagecache External 8
Defines the default settings for this plugin.
Return value
array A list of default settings, keyed by the setting name.
Overrides PluginSettingsBase::defaultSettings
File
- src/
Plugin/ Field/ FieldFormatter/ ImagecacheExternalImage.php, line 68
Class
- ImagecacheExternalImage
- Plugin implementation of the 'imagecache_external_image' formatter.
Namespace
Drupal\imagecache_external\Plugin\Field\FieldFormatterCode
public static function defaultSettings() {
return [
'imagecache_external_style' => '',
'imagecache_external_link' => '',
] + parent::defaultSettings();
}