function AttachedAssets::setSettings
Sets the JavaScript settings that are attached to the current response.
Parameters
array $settings: The needed JavaScript settings.
Return value
$this
Overrides AttachedAssetsInterface::setSettings
File
-
core/
lib/ Drupal/ Core/ Asset/ AttachedAssets.php, line 67
Class
- AttachedAssets
- The default attached assets collection.
Namespace
Drupal\Core\AssetCode
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.