You are here

public function Error::setVisible in Openlayers 7.3

Set the visibility of the layer.

Parameters

bool $visibility: The visibility of the layer, TRUE or FALSE.

Return value

LayerInterface The parent layer.

Overrides LayerInterface::setVisible

File

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

Class

Error
Class Error.

Namespace

Drupal\openlayers\Types

Code

public function setVisible($visibility) {
}