public function AttachedAssets::getSettings in Drupal 9
Same name and namespace in other branches
- 8 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 75
Class
- AttachedAssets
- The default attached assets collection.
Namespace
Drupal\Core\AssetCode
public function getSettings() {
return $this->settings;
}