You are here

protected property JqueryUiLibraryAssetsTest::$weightGroupedAssets in Drupal 9

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\Libraries

Code

protected $weightGroupedAssets = [];