You are here

public function BootstrapjsPopup::dependencies in Openlayers 7.3

Defines dependencies.

TODO Define how this has to look like.

Return value

array The dependencies.

Overrides Base::dependencies

File

src/Plugin/Component/BootstrapjsPopup/BootstrapjsPopup.php, line 32
Component: Bootstap JS Popup.

Class

BootstrapjsPopup
Class BootstrapjsPopup.

Namespace

Drupal\openlayers\Plugin\Component\BootstrapjsPopup

Code

public function dependencies() {
  return array(
    'bootstrap_library',
  );
}