You are here

public function OpenlayersPluginInterface::setWeight in Openlayers 8.4

Sets the weight for this image effect.

Parameters

int $weight: The weight for this image effect.

Return value

$this

1 method overrides OpenlayersPluginInterface::setWeight()
OpenlayersPluginBase::setWeight in src/OpenlayersPluginBase.php
Sets the weight for this image effect.

File

src/OpenlayersPluginInterface.php, line 104

Class

OpenlayersPluginInterface
Defines the interface for image effects.

Namespace

Drupal\openlayers

Code

public function setWeight($weight);