You are here

public function ObjectInterface::setWeight in Openlayers 7.3

Set the weight of an object.

Parameters

int $weight: The weight of the object.

1 method overrides ObjectInterface::setWeight()
Base::setWeight in src/Types/Base.php
Set the weight of an object.

File

src/Types/ObjectInterface.php, line 255
Interface ObjectInterface.

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function setWeight($weight);