AdminPagesTest |
class |
Drupal\Tests\advagg\Functional |
tests/src/Functional/AdminPagesTest.php |
Tests that all the admin path(s) return valid content. |
5 |
5 |
|
AdvaggCommands |
class |
Drupal\advagg\Commands |
src/Commands/AdvaggCommands.php |
Advagg commands for Drush 9+. |
|
|
2 |
AdvaggCssCollectionGrouper |
class |
Drupal\advagg_old_ie_compatibility\Asset |
advagg_old_ie_compatibility/src/Asset/AdvaggCssCollectionGrouper.php |
Groups CSS assets. |
|
|
2 |
AdvaggCssCollectionGrouper |
class |
Drupal\advagg_bundler\Asset |
advagg_bundler/src/Asset/AdvaggCssCollectionGrouper.php |
Groups CSS assets. |
|
|
2 |
AdvaggFormBase |
abstract class |
Drupal\advagg\Form |
src/Form/AdvaggFormBase.php |
View AdvAgg information for this site. |
1 |
1 |
|
AdvaggFunctionalTestBase |
abstract class |
Drupal\Tests\advagg\functional |
tests/src/Functional/AdvaggFunctionalTestBase.php |
Base test class for Advagg test cases. |
|
|
|
AdvaggJsCollectionGrouper |
class |
Drupal\advagg_bundler\Asset |
advagg_bundler/src/Asset/AdvaggJsCollectionGrouper.php |
Groups JavaScript assets. |
|
|
2 |
AdvaggPathManipulationTest |
class |
Drupal\Tests\advagg\Functional |
tests/src/Functional/AdvaggPathManipulationTest.php |
Tests that all the asset path settings function correctly. |
|
|
|
AdvaggSettersTrait |
trait |
Drupal\advagg |
src/AdvaggSettersTrait.php |
The trait setters of ADVAGG module. |
|
11 |
|
AssetOptimizationEvent |
class |
Drupal\advagg\Asset |
src/Asset/AssetOptimizationEvent.php |
AssetOptimizationEvent data holder. |
|
6 |
|
AssetOptimizer |
abstract class |
Drupal\advagg\Asset |
src/Asset/AssetOptimizer.php |
Defines the base AdvAgg optimizer. |
2 |
4 |
|
AsyncJs |
class |
Drupal\advagg_mod\Asset |
advagg_mod/src/Asset/AsyncJs.php |
Add async tag to scripts. |
|
1 |
2 |
BaseValidatorForm |
abstract class |
Drupal\advagg_validator\Form |
advagg_validator/src/Form/BaseValidatorForm.php |
Base form for all advagg validator options. |
3 |
|
|
BundlerTest |
class |
Drupal\Tests\advagg_bundler\Functional |
advagg_bundler/tests/src/Functional/BundlerTest.php |
Tests that AdvAgg Bundler is functioning correctly. |
|
|
|
CdnTest |
class |
Drupal\Tests\advagg_cdn\Functional |
advagg_cdn/tests/src/Functional/CdnTest.php |
Tests that AdvAgg CDN changes are properly applied. |
|
|
|
CombineMediaQueriesTest |
class |
Drupal\Tests\advagg\Functional |
tests/src/Functional/CombineMediaQueriesTest.php |
Test combining css media queries. |
|
|
|
CssLintForm |
class |
Drupal\advagg_validator\Form |
advagg_validator/src/Form/CssLintForm.php |
Configure form for CSSHint validation of CSS files. |
|
1 |
1 |
CssLintFormTest |
class |
Drupal\Tests\advagg_validator\Kernel\Form |
advagg_validator/tests/src/Kernel/Form/CssLintFormTest.php |
Tests the Modifier Minification settings form. |
|
|
|
CssMinifier |
class |
Drupal\advagg_css_minify\Asset |
advagg_css_minify/src/Asset/CssMinifier.php |
Optimizes a JavaScript asset. |
|
|
2 |
CssMinifierUnitTest |
class |
Drupal\Tests\advagg_css_minify\Kernel\Asset |
advagg_css_minify/tests/src/Kernel/Asset/CssMinifierUnitTest.php |
Tests the CSS asset minifier. |
|
|
|
CssMinifyPagesTest |
class |
Drupal\Tests\advagg_css_minify\Functional |
advagg_css_minify/tests/src/Functional/CssMinifyPagesTest.php |
Tests that all the AdvAgg CSS Minifier path(s) return valid content. |
|
|
|
CssOptimizer |
class |
Drupal\advagg\Asset |
src/Asset/CssOptimizer.php |
The CSS Optimizer. |
|
|
2 |
CssOptimizerUnitTest |
class |
Drupal\Tests\advagg\Kernel\Asset |
tests/src/Kernel/Asset/CssOptimizerUnitTest.php |
Tests the CSS asset optimizer. |
|
|
|
CssSubscriber |
class |
Drupal\advagg_old_ie_compatibility\EventSubscriber |
advagg_old_ie_compatibility/src/EventSubscriber/CssSubscriber.php |
Subscribe to CSs asset optimization events and count selectors. |
|
|
2 |
CssW3Form |
class |
Drupal\advagg_validator\Form |
advagg_validator/src/Form/CssW3Form.php |
Configure form for W3C validation of CSS files. |
|
1 |
1 |
CssW3FormTest |
class |
Drupal\Tests\advagg_validator\Kernel\Form |
advagg_validator/tests/src/Kernel/Form/CssW3FormTest.php |
Tests the validator css W3 settings form. |
|
|
|
DeferCss |
class |
Drupal\advagg_mod\Asset |
advagg_mod/src/Asset/DeferCss.php |
Modify stylesheet links to defer them. May lead to Flash of unstyled content. |
|
1 |
2 |
DeferJs |
class |
Drupal\advagg_mod\Asset |
advagg_mod/src/Asset/DeferJs.php |
Add defer tag to scripts. |
|
1 |
2 |
ExtMinifyPagesTest |
class |
Drupal\Tests\advagg_ext_minify\Functional |
advagg_ext_minify/tests/src/Functional/ExtMinifyPagesTest.php |
Tests that all the AdvAgg External Minification path(s) return valid content. |
|
|
|
InfoForm |
class |
Drupal\advagg\Form |
src/Form/InfoForm.php |
View AdvAgg information for this site. |
|
1 |
1 |
InfoFormTest |
class |
Drupal\Tests\advagg\Kernel\Form |
tests/src/Kernel/Form/InfoFormTest.php |
Tests the Info settings form. |
|
|
|
InitSubscriber |
class |
Drupal\advagg_mod\EventSubscriber |
advagg_mod/src/EventSubscriber/InitSubscriber.php |
Perform initialization tasks for advagg_mod. |
|
|
2 |
JavaScriptPacker |
class |
|
advagg_js_minify/jspacker.inc |
|
|
|
|
JSCompilerContext |
class |
|
advagg_js_minify/jsminplus.inc |
|
|
|
|
JsHintForm |
class |
Drupal\advagg_validator\Form |
advagg_validator/src/Form/JsHintForm.php |
Configure form for JsHint validation of JavaScript files. |
|
1 |
1 |
JsHintFormTest |
class |
Drupal\Tests\advagg_validator\Kernel\Form |
advagg_validator/tests/src/Kernel/Form/JsHintFormTest.php |
Tests the validator JsHint settings form. |
|
|
|
JsMinifier |
class |
Drupal\advagg_js_minify\Asset |
advagg_js_minify/src/Asset/JsMinifier.php |
Optimizes a JavaScript asset. |
|
|
2 |
JsMinifierUnitTest |
class |
Drupal\Tests\advagg_js_minify\Kernel\Asset |
advagg_js_minify/tests/src/Kernel/Asset/JsMinifierUnitTest.php |
Tests the JS asset minifier. |
|
|
|
JsMinifyPagesTest |
class |
Drupal\Tests\advagg_js_minify\Functional |
advagg_js_minify/tests/src/Functional/JsMinifyPagesTest.php |
Tests that all the AdvAgg JS Minifier path(s) return valid content. |
|
|
|
JSMinPlus |
class |
|
advagg_js_minify/jsminplus.inc |
|
|
|
|
JSNode |
class |
|
advagg_js_minify/jsminplus.inc |
|
|
|
|
JsOptimizer |
class |
Drupal\advagg\Asset |
src/Asset/JsOptimizer.php |
The JavaScript Optimizer. |
|
|
2 |
JSParser |
class |
|
advagg_js_minify/jsminplus.inc |
|
|
|
|
JSqueeze |
class |
Patchwork |
advagg_js_minify/jsqueeze.inc |
|
|
|
|
JSToken |
class |
|
advagg_js_minify/jsminplus.inc |
|
|
|
|
JSTokenizer |
class |
|
advagg_js_minify/jsminplus.inc |
|
|
|
|
MinificationSubscriber |
class |
Drupal\advagg_ext_minify\EventSubscriber |
advagg_ext_minify/src/EventSubscriber/MinificationSubscriber.php |
Subscribe to asset optimization events and minify assets. |
|
|
2 |
MinificationSubscriber |
class |
Drupal\advagg_css_minify\EventSubscriber |
advagg_css_minify/src/EventSubscriber/MinificationSubscriber.php |
Subscribe to asset optimization events and minify assets. |
|
|
2 |
MinificationSubscriber |
class |
Drupal\advagg_js_minify\EventSubscriber |
advagg_js_minify/src/EventSubscriber/MinificationSubscriber.php |
Subscribe to asset optimization events and minify assets. |
|
|
2 |
MinificationSubscriber |
class |
Drupal\advagg_bundler\EventSubscriber |
advagg_bundler/src/EventSubscriber/MinificationSubscriber.php |
Subscribe to asset optimization events and minify assets. |
|
|
|