You are here

public function AttachedAssets::getSettings in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Asset/AttachedAssets.php \Drupal\Core\Asset\AttachedAssets::getSettings()

Returns the settings attached to the current response.

Return value

array

Overrides AttachedAssetsInterface::getSettings

File

core/lib/Drupal/Core/Asset/AttachedAssets.php, line 79
Contains \Drupal\Core\Asset\AttachedAssets.

Class

AttachedAssets
The default attached assets collection.

Namespace

Drupal\Core\Asset

Code

public function getSettings() {
  return $this->settings;
}