You are here

protected property Base::$attached in Openlayers 7.3

Holds all the attachment used by this object.

Type: array

File

src/Types/Base.php, line 45
Class Object.

Class

Base
Class Base.

Namespace

Drupal\openlayers\Types

Code

protected $attached = array(
  'js' => array(),
  'css' => array(),
  'library' => array(),
  'libraries_load' => array(),
);