public function AttachedAssets::setSettings in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Asset/AttachedAssets.php \Drupal\Core\Asset\AttachedAssets::setSettings()
- 9 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\AssetCode
public function setSettings(array $settings) {
$this->settings = $settings;
return $this;
}