public function OpenlayersMap::addMapControl in Openlayers 8.4
File
- src/
Entity/ OpenlayersMap.php, line 268
Class
- OpenlayersMap
- Defines the Openlayers Map entity.
Namespace
Drupal\openlayers\EntityCode
public function addMapControl($configuration) {
$configuration['uuid'] = $this
->uuidGenerator()
->generate();
$this
->getControls()
->addInstanceId($configuration['uuid'], $configuration);
return $configuration['uuid'];
}