public function ObjectInterface::attached in Openlayers 7.3
Returns a list of attachments for building the render array.
Return value
array The attachments to add.
1 method overrides ObjectInterface::attached()
- Base::attached in src/
Types/ Base.php - Returns a list of attachments for building the render array.
File
- src/
Types/ ObjectInterface.php, line 132 - Interface ObjectInterface.
Class
- ObjectInterface
- Interface openlayers_object_interface.
Namespace
Drupal\openlayers\TypesCode
public function attached();