You are here

public function ImageAPIOptimizeProcessorInterface::getWeight in Image Optimize (or ImageAPI Optimize) 8.2

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

Returns the weight of the image optimize processor.

Return value

int|string Either the integer weight of the image optimize processor, or an empty string.

1 method overrides ImageAPIOptimizeProcessorInterface::getWeight()
ImageAPIOptimizeProcessorBase::getWeight in src/ImageAPIOptimizeProcessorBase.php
Returns the weight of the image optimize processor.

File

src/ImageAPIOptimizeProcessorInterface.php, line 52

Class

ImageAPIOptimizeProcessorInterface
Defines the interface for image optimize processors.

Namespace

Drupal\imageapi_optimize

Code

public function getWeight();