public function JsAlterEvent::getAttachedAssets in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 modules/core_event_dispatcher/src/Event/Theme/JsAlterEvent.php \Drupal\core_event_dispatcher\Event\Theme\JsAlterEvent::getAttachedAssets()
Get the attached assets.
Return value
\Drupal\Core\Asset\AttachedAssetsInterface AttachedAssets.
File
- modules/
core_event_dispatcher/ src/ Event/ Theme/ JsAlterEvent.php, line 61
Class
- JsAlterEvent
- Class JsAlterEvent.
Namespace
Drupal\core_event_dispatcher\Event\ThemeCode
public function getAttachedAssets() : AttachedAssetsInterface {
return $this->attachedAssets;
}