protected property JqueryUiLibraryAssetsTest::$weightGroupedAssets in Drupal 10
Same name and namespace in other branches
- 9 core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php \Drupal\FunctionalTests\Libraries\JqueryUiLibraryAssetsTest::weightGroupedAssets
jQuery UI CSS and JS assets keyed by their weight.
For example, the value of $weightGroupedAssets[-11] would be an array of every jQuery UI CSS and JS file asset configured with a weight of -11.
Type: array
File
- core/
tests/ Drupal/ FunctionalTests/ Libraries/ JqueryUiLibraryAssetsTest.php, line 40
Class
- JqueryUiLibraryAssetsTest
- Tests the loading of jQuery UI CSS and JS assets.
Namespace
Drupal\FunctionalTests\LibrariesCode
protected $weightGroupedAssets = [];