public function Dropdown::defaultConfiguration in Image Effects 8
Same name in this branch
- 8 src/Plugin/image_effects/FontSelector/Dropdown.php \Drupal\image_effects\Plugin\image_effects\FontSelector\Dropdown::defaultConfiguration()
- 8 src/Plugin/image_effects/ImageSelector/Dropdown.php \Drupal\image_effects\Plugin\image_effects\ImageSelector\Dropdown::defaultConfiguration()
Same name and namespace in other branches
- 8.3 src/Plugin/image_effects/FontSelector/Dropdown.php \Drupal\image_effects\Plugin\image_effects\FontSelector\Dropdown::defaultConfiguration()
- 8.2 src/Plugin/image_effects/FontSelector/Dropdown.php \Drupal\image_effects\Plugin\image_effects\FontSelector\Dropdown::defaultConfiguration()
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides ImageEffectsPluginBase::defaultConfiguration
File
- src/
Plugin/ image_effects/ FontSelector/ Dropdown.php, line 26
Class
- Dropdown
- Dropdown font selector plugin.
Namespace
Drupal\image_effects\Plugin\image_effects\FontSelectorCode
public function defaultConfiguration() {
return [
'path' => '',
];
}