function AttachedAssets::setSettings

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

File

core/lib/Drupal/Core/Asset/AttachedAssets.php, line 67

Class

AttachedAssets
The default attached assets collection.

Namespace

Drupal\Core\Asset

Code

public function setSettings(array $settings) {
  $this->settings = $settings;
  return $this;
}

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