You are here

public function Error::setZIndex in Openlayers 7.3

Set Z-index of the layer, which is used to order layers before rendering.

Parameters

int $zindex: The Z-Index. Default is 0.

Return value

LayerInterface The parent layer.

Overrides LayerInterface::setZIndex

File

src/Types/Error.php, line 134
Contains class Error.

Class

Error
Class Error.

Namespace

Drupal\openlayers\Types

Code

public function setZIndex($zindex) {
}