You are here

public function LayerInterface::getSource in Openlayers 7.3

Returns the source of this layer.

Return value

SourceInterface|FALSE The source of this layer.

2 methods override LayerInterface::getSource()
Error::getSource in src/Types/Error.php
Returns the source of this layer.
Layer::getSource in src/Types/Layer.php
Returns the source of this layer.

File

src/Types/LayerInterface.php, line 19
Interface LayerInterface.

Class

LayerInterface
Interface LayerInterface.

Namespace

Drupal\openlayers\Types

Code

public function getSource();