You are here

public function ImageStyleInterface::getEffects in Drupal 8

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()

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();