Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
CsrfTokenRaceTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/CsrfTokenRaceTest.php Modules to install.
CsrfTokenRaceTest::testCsrfRace function core/tests/Drupal/FunctionalJavascriptTests/Core/CsrfTokenRaceTest.php Tests race condition for CSRF tokens for simultaneous requests.
csrf_race_test.info.yml file core/modules/system/tests/modules/csrf_race_test/csrf_race_test.info.yml core/modules/system/tests/modules/csrf_race_test/csrf_race_test.info.yml
csrf_race_test.routing.yml file core/modules/system/tests/modules/csrf_race_test/csrf_race_test.routing.yml core/modules/system/tests/modules/csrf_race_test/csrf_race_test.routing.yml
csrf_test.info.yml file core/modules/system/tests/modules/csrf_test/csrf_test.info.yml core/modules/system/tests/modules/csrf_test/csrf_test.info.yml
csrf_test.links.menu.yml file core/modules/system/tests/modules/csrf_test/csrf_test.links.menu.yml core/modules/system/tests/modules/csrf_test/csrf_test.links.menu.yml
csrf_test.routing.yml file core/modules/system/tests/modules/csrf_test/csrf_test.routing.yml core/modules/system/tests/modules/csrf_test/csrf_test.routing.yml
csrf_token service core/core.services.yml Drupal\Core\Access\CsrfTokenGenerator
css-load-order.component.yml file core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.component.yml core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.component.yml
css-load-order.css file core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.css div {
display: block;
}
css-load-order.twig file core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.twig In memory of Hawkeye Tenderwolf. You had the best laughter of all, sometimes I
can still hear it. I miss you dearly, my friend.
css-order-dependent.css file core/modules/system/tests/themes/sdc_theme_test/css/css-order-dependent.css div {
display: block;
}
CssAssetController class core/modules/system/src/Controller/CssAssetController.php Defines a controller to serve CSS aggregates.
CssAssetController.php file core/modules/system/src/Controller/CssAssetController.php
CssAssetController::$assetType property core/modules/system/src/Controller/CssAssetController.php The asset type.
CssAssetController::$contentType property core/modules/system/src/Controller/CssAssetController.php The asset aggregate content type to send as Content-Type header.
CssAssetController::create function core/modules/system/src/Controller/CssAssetController.php Instantiates a new instance of the implementing class using autowiring.
CssAssetController::getGroups function core/modules/system/src/Controller/CssAssetController.php Get grouped assets.
CssCollectionGrouper class core/lib/Drupal/Core/Asset/CssCollectionGrouper.php Groups CSS assets.
CssCollectionGrouper.php file core/lib/Drupal/Core/Asset/CssCollectionGrouper.php
CssCollectionGrouper::group function core/lib/Drupal/Core/Asset/CssCollectionGrouper.php Puts multiple items into the same group if they are groupable. Items of the
'file' type are groupable if their 'preprocess' flag is TRUE, and items of
the 'external' type are never groupable. Items with a media type of…
CssCollectionGrouperUnitTest class core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php Tests the CSS asset collection grouper.
CssCollectionGrouperUnitTest.php file core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php
CssCollectionGrouperUnitTest::$grouper property core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php A CSS asset grouper.
CssCollectionGrouperUnitTest::setUp function core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php
CssCollectionGrouperUnitTest::testGrouper function core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php Tests \Drupal\Core\Asset\CssCollectionGrouper.
CssCollectionOptimizerLazy class core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php Optimizes CSS assets.
CssCollectionOptimizerLazy.php file core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php
CssCollectionOptimizerLazy::deleteAll function core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php Deletes all optimized asset collections assets.
CssCollectionOptimizerLazy::optimize function core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php Optimizes a collection of assets.
CssCollectionOptimizerLazy::optimizeGroup function core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php Optimizes a specific group of assets.
CssCollectionOptimizerLazy::__construct function core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php Constructs a CssCollectionOptimizerLazy.
CssCollectionOptimizerLazyUnitTest class core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php Tests the CSS asset optimizer.
CssCollectionOptimizerLazyUnitTest.php file core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php
CssCollectionOptimizerLazyUnitTest::$fileUrlGenerator property core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php The file URL generator mock.
CssCollectionOptimizerLazyUnitTest::$optimizer property core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php A CSS asset optimizer.
CssCollectionOptimizerLazyUnitTest::setUp function core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php
CssCollectionOptimizerLazyUnitTest::testCssImport function core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php Tests that CSS imports with strange letters do not destroy the CSS output.
CssCollectionOptimizerLazyUnitTest::testCssLicenseAggregation function core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php Test that license information is added correctly to aggregated CSS.
CssCollectionOptimizerLazyUnitTest::testExternalMinifiedCssAssetOptimizationIsSkipped function core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php Test that external minified CSS assets do not trigger optimization.
CssCollectionOptimizerLazyUnitTest::testLocalMinifiedCssAssetOptimizationIsNotSkipped function core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php Test that local minified CSS assets still trigger optimization.
CssCollectionOptimizerLazyUnitTest::testRelativePathsInLocalMinifiedCssAssets function core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php Test that relative paths in local minified CSS files are updated.
CssCollectionRenderer class core/lib/Drupal/Core/Asset/CssCollectionRenderer.php Renders CSS assets.
CssCollectionRenderer.php file core/lib/Drupal/Core/Asset/CssCollectionRenderer.php
CssCollectionRenderer::render function core/lib/Drupal/Core/Asset/CssCollectionRenderer.php Renders an asset collection.
CssCollectionRenderer::__construct function core/lib/Drupal/Core/Asset/CssCollectionRenderer.php Constructs a CssCollectionRenderer.
CssCollectionRendererUnitTest class core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Tests the CSS asset collection renderer.
CssCollectionRendererUnitTest.php file core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php
CssCollectionRendererUnitTest::$fileCssGroup property core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php A valid file CSS asset group.
CssCollectionRendererUnitTest::$renderer property core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php A CSS asset renderer.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.