- Search 5.0.x for group
- Search 6.0.x for group
- Search 7.x-1.x for group
- Search 7.x-2.x for group
- Search 8.x-3.x for group
- Search 8.x-4.x for group
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
advagg_bundler_advagg_aggregate_grouping_alter | function | advagg_bundler/ |
Implements hook_advagg_aggregate_grouping_alter(). |
asset.css.collection_grouper | service | ./ |
Drupal\advagg\Asset\CssCollectionGrouper |
asset.js.collection_grouper | service | ./ |
Drupal\advagg\Asset\JsCollectionGrouper |
CssCollectionGrouper | class | src/ |
Groups CSS assets. |
CssCollectionGrouper.php | file | src/ |
|
CssCollectionGrouper::$advaggFiles | property | src/ |
The AdvAgg file status state information storage service. |
CssCollectionGrouper::$config | property | src/ |
A config object for the advagg configuration. |
CssCollectionGrouper::$moduleHandler | property | src/ |
Module handler service. |
CssCollectionGrouper::group | function | src/ |
Puts multiple items into the same group if they are groupable and if they are for the same 'browsers' and 'inline'. Items of the 'file' type are groupable if their 'preprocess' flag is TRUE, and items of the 'external' type are never groupable. |
CssCollectionGrouper::__construct | function | src/ |
Construct the AssetDumper instance. |
hook_advagg_aggregate_grouping_alter | function | ./ |
Allow other modules to modify the aggregate groups. |
JsCollectionGrouper | class | src/ |
Groups JavaScript assets. |
JsCollectionGrouper.php | file | src/ |
|
JsCollectionGrouper::$moduleHandler | property | src/ |
Module handler service. |
JsCollectionGrouper::group | function | src/ |
Puts multiple items into the same group if they are groupable and if they are for the same browsers. Items of the 'file' type are groupable if their 'preprocess' flag is TRUE. Items of the 'external' type are not groupable. |
JsCollectionGrouper::__construct | function | src/ |
Construct the AssetDumper instance. |
JS_GROUP | constant | advagg_js_minify/ |
|
ParseMaster::$GROUPS | property | advagg_js_minify/ |