You are here

public function Error::getSource in Openlayers 7.3

Returns the source of this layer.

Return value

SourceInterface|FALSE The source of this layer.

Overrides LayerInterface::getSource

File

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

Class

Error
Class Error.

Namespace

Drupal\openlayers\Types

Code

public function getSource() {
}