function 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 75

Class

AttachedAssets
The default attached assets collection.

Namespace

Drupal\Core\Asset

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.