You are here

public function BootstrapjsAlert::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/BootstrapjsAlert/BootstrapjsAlert.php, line 32
Component: Bootstrap JS.

Class

BootstrapjsAlert
Class BootstrapjsAlert.

Namespace

Drupal\openlayers\Plugin\Component\BootstrapjsAlert

Code

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