You are here

public function TextimageInterface::setEffects in Textimage 8.3

Same name and namespace in other branches
  1. 8.4 src/TextimageInterface.php \Drupal\textimage\TextimageInterface::setEffects()

Set the image effects.

Parameters

array $effects: An array of image effects. Since Textimage manipulates effects before rendering the image, the style effects are copied here to allow that.

Return value

$this

1 method overrides TextimageInterface::setEffects()
Textimage::setEffects in src/Textimage.php
Set the image effects.

File

src/TextimageInterface.php, line 34

Class

TextimageInterface
Provides an interface for Textimage objects.

Namespace

Drupal\textimage

Code

public function setEffects(array $effects);