You are here

public function Map::removeControl in Openlayers 7.3

Return value

MapInterface The Map object.

Overrides MapInterface::removeControl

File

src/Types/Map.php, line 81
Class Map.

Class

Map
Class Map.

Namespace

Drupal\openlayers\Types

Code

public function removeControl($control_id) {
  return $this
    ->removeObject($control_id);
}