You are here

public function ImageEffectInterface::setWeight in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/image/src/ImageEffectInterface.php \Drupal\image\ImageEffectInterface::setWeight()

Sets the weight for this image effect.

Parameters

int $weight: The weight for this image effect.

Return value

$this

1 method overrides ImageEffectInterface::setWeight()
ImageEffectBase::setWeight in core/modules/image/src/ImageEffectBase.php
Sets the weight for this image effect.

File

core/modules/image/src/ImageEffectInterface.php, line 109
Contains \Drupal\image\ImageEffectInterface.

Class

ImageEffectInterface
Defines the interface for image effects.

Namespace

Drupal\image

Code

public function setWeight($weight);