You are here

public function OpenlayersMap::updateMapLayer in Openlayers 8.4

File

src/Entity/OpenlayersMap.php, line 286

Class

OpenlayersMap
Defines the Openlayers Map entity.

Namespace

Drupal\openlayers\Entity

Code

public function updateMapLayer($configuration) {
  $this->layers[$configuration['uuid']] = $configuration;
}