function ImageEffectInterface::getSummary

Same name and namespace in other branches
  1. 9 core/modules/image/src/ImageEffectInterface.php \Drupal\image\ImageEffectInterface::getSummary()
  2. 8.9.x core/modules/image/src/ImageEffectInterface.php \Drupal\image\ImageEffectInterface::getSummary()
  3. 11.x 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 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.