You are here

public function ImageAPIOptimizeProcessorInterface::setWeight in Image Optimize (or ImageAPI Optimize) 8.3

Same name and namespace in other branches
  1. 8.2 src/ImageAPIOptimizeProcessorInterface.php \Drupal\imageapi_optimize\ImageAPIOptimizeProcessorInterface::setWeight()
  2. 4.x src/ImageAPIOptimizeProcessorInterface.php \Drupal\imageapi_optimize\ImageAPIOptimizeProcessorInterface::setWeight()

Sets the weight for this image optimize processor.

Parameters

int $weight: The weight for this image optimize processor.

Return value

$this

1 method overrides ImageAPIOptimizeProcessorInterface::setWeight()
ImageAPIOptimizeProcessorBase::setWeight in src/ImageAPIOptimizeProcessorBase.php
Sets the weight for this image optimize processor.

File

src/ImageAPIOptimizeProcessorInterface.php, line 61

Class

ImageAPIOptimizeProcessorInterface
Defines the interface for image optimize processors.

Namespace

Drupal\imageapi_optimize

Code

public function setWeight($weight);