You are here

public function ImageCornerEffect::defaultConfiguration in Image effect kit 8

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ImageEffectBase::defaultConfiguration

File

src/Plugin/ImageEffect/ImageCornerEffect.php, line 69
Contains \Drupal\iek\Plugin\ImageEffect\ImageCornerEffect.

Class

ImageCornerEffect
IEK - Corner.

Namespace

Drupal\iek\Plugin\ImageEffect

Code

public function defaultConfiguration() {
  return [
    'radius' => 10,
  ];
}