You are here

public function Error::setSource in Openlayers 7.3

Set the source of this layer.

Parameters

SourceInterface $source: The source object.

Return value

LayerInterface The parent layer.

Overrides LayerInterface::setSource

File

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

Class

Error
Class Error.

Namespace

Drupal\openlayers\Types

Code

public function setSource(SourceInterface $source) {
}