function ImageStyleInterface::getEffects

Same name and namespace in other branches
  1. 9 core/modules/image/src/ImageStyleInterface.php \Drupal\image\ImageStyleInterface::getEffects()
  2. 10 core/modules/image/src/ImageStyleInterface.php \Drupal\image\ImageStyleInterface::getEffects()
  3. 11.x core/modules/image/src/ImageStyleInterface.php \Drupal\image\ImageStyleInterface::getEffects()

Returns the image effects for this style.

Return value

\Drupal\image\ImageEffectPluginCollection|\Drupal\image\ImageEffectInterface[] The image effect plugin collection.

1 method overrides ImageStyleInterface::getEffects()
ImageStyle::getEffects in core/modules/image/src/Entity/ImageStyle.php
Returns the image effects for this style.

File

core/modules/image/src/ImageStyleInterface.php, line 173

Class

ImageStyleInterface
Provides an interface defining an image style entity.

Namespace

Drupal\image

Code

public function getEffects();

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