You are here

public function ObjectInterface::getWeight in Openlayers 7.3

Get the weight of an object.

Return value

int The weight of the object.

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

File

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

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function getWeight();