You are here

public function OL3Cesium::attached in Openlayers 7.3

@inheritDoc

Overrides Base::attached

File

modules/openlayers_cesium/src/Plugin/Component/OL3Cesium/OL3Cesium.php, line 25
Component: OL3Cesium.

Class

OL3Cesium
Class OL3Cesium.

Namespace

Drupal\openlayers_cesium\Plugin\Component\OL3Cesium

Code

public function attached() {
  $attached = parent::attached();
  $attached['libraries_load'][] = array(
    'ol3-cesium',
  );
  return $attached;
}