function 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 70

Class

ImageEffectInterface
Defines the interface for image effects.

Namespace

Drupal\image

Code

public function getSummary();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.