You are here

public function ImageEffectInterface::getSummary in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/image/src/ImageEffectInterface.php \Drupal\image\ImageEffectInterface::getSummary()

Returns a render array summarizing the configuration of the image effect.

Return value

array A render array.

1 method overrides ImageEffectInterface::getSummary()
ImageEffectBase::getSummary in core/modules/image/src/ImageEffectBase.php
Returns a render array summarizing the configuration of the image effect.

File

core/modules/image/src/ImageEffectInterface.php, line 71

Class

ImageEffectInterface
Defines the interface for image effects.

Namespace

Drupal\image

Code

public function getSummary();