Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 8.9.x for on
  4. Search 10.3.x for on
  5. Other projects
Title Object type File name Summary
AssertPageCacheContextsAndTagsTrait::getCacheHeaderValues function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Gets a specific header value as array.
AssertPreconditionsTrait trait core/modules/package_manager/tests/src/Traits/AssertPreconditionsTrait.php Asserts preconditions for tests to function properly.
AssertPreconditionsTrait.php file core/modules/package_manager/tests/src/Traits/AssertPreconditionsTrait.php
AssertPreconditionsTrait::assertNoFailureMarker function core/modules/package_manager/tests/src/Traits/AssertPreconditionsTrait.php Asserts that there is no failure marker present.
AssertPreconditionsTrait::failIfUnmetPreConditions function core/modules/package_manager/tests/src/Traits/AssertPreconditionsTrait.php Asserts universal test preconditions before any setup is done.
AssertPreconditionsTrait::getProjectRoot function core/modules/package_manager/tests/src/Traits/AssertPreconditionsTrait.php Returns the absolute path of the project root.
AssertPreconditionsTrait::setUpBeforeClass function core/modules/package_manager/tests/src/Traits/AssertPreconditionsTrait.php Invokes the test preconditions assertion before the first test is run.
AssertPreconditionsTrait::tearDown function core/modules/package_manager/tests/src/Traits/AssertPreconditionsTrait.php Invokes the test preconditions assertion after each test run.
AssertUtilsTrait::assertScaffoldedFileDoesNotContain function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/AssertUtilsTrait.php Asserts that a file does not exist or exists and does not contain a value.
asset.css.collection_grouper service core/core.services.yml Drupal\Core\Asset\CssCollectionGrouper
asset.css.collection_optimizer service core/core.services.yml Drupal\Core\Asset\CssCollectionOptimizerLazy
asset.css.collection_renderer service core/core.services.yml Drupal\Core\Asset\CssCollectionRenderer
asset.js.collection_grouper service core/core.services.yml Drupal\Core\Asset\JsCollectionGrouper
asset.js.collection_optimizer service core/core.services.yml Drupal\Core\Asset\JsCollectionOptimizerLazy
asset.js.collection_renderer service core/core.services.yml Drupal\Core\Asset\JsCollectionRenderer
AssetAggregationAcrossPagesTest class core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Tests demo_umami profile performance.
AssetAggregationAcrossPagesTest.php file core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php
AssetAggregationAcrossPagesTest::$profile property core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php The profile to install as a basis for testing.
AssetAggregationAcrossPagesTest::doRequests function core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Performs a common set of requests so the above test methods stay in sync.
AssetAggregationAcrossPagesTest::testFrontAndRecipesPages function core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Checks the asset requests made when the front and recipe pages are visited.
AssetAggregationAcrossPagesTest::testFrontAndRecipesPagesAuthenticated function core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Checks the front and recipe page asset requests as an authenticated user.
AssetAggregationAcrossPagesTest::testFrontAndRecipesPagesEditor function core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Checks the front and recipe page asset requests as an editor.
AssetCollectionGrouperInterface interface core/lib/Drupal/Core/Asset/AssetCollectionGrouperInterface.php Interface defining a service that logically groups a collection of assets.
AssetCollectionGrouperInterface.php file core/lib/Drupal/Core/Asset/AssetCollectionGrouperInterface.php
AssetCollectionGrouperInterface::group function core/lib/Drupal/Core/Asset/AssetCollectionGrouperInterface.php Groups a collection of assets into logical groups of asset collections.
AssetCollectionGroupOptimizerInterface interface core/lib/Drupal/Core/Asset/AssetCollectionGroupOptimizerInterface.php Interface defining a service that optimizes a collection of assets.
AssetCollectionGroupOptimizerInterface.php file core/lib/Drupal/Core/Asset/AssetCollectionGroupOptimizerInterface.php
AssetCollectionGroupOptimizerInterface::optimizeGroup function core/lib/Drupal/Core/Asset/AssetCollectionGroupOptimizerInterface.php Optimizes a specific group of assets.
AssetCollectionOptimizerInterface interface core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php Interface defining a service that optimizes a collection of assets.
AssetCollectionOptimizerInterface.php file core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php
AssetCollectionOptimizerInterface::deleteAll function core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php Deletes all optimized asset collections assets.
AssetCollectionOptimizerInterface::optimize function core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php Optimizes a collection of assets.
AssetCollectionRendererInterface interface core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php Interface defining a service that generates a render array to render assets.
AssetCollectionRendererInterface.php file core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php
AssetCollectionRendererInterface::render function core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php Renders an asset collection.
AssetControllerBase class core/modules/system/src/Controller/AssetControllerBase.php Defines a controller to serve asset aggregates.
AssetControllerBase.php file core/modules/system/src/Controller/AssetControllerBase.php
AssetControllerBase::$assetType property core/modules/system/src/Controller/AssetControllerBase.php The asset type.
AssetControllerBase::$contentType property core/modules/system/src/Controller/AssetControllerBase.php The asset aggregate content type to send as Content-Type header.
AssetControllerBase::$fileExtension property core/modules/system/src/Controller/AssetControllerBase.php The aggregate file extension.
AssetControllerBase::CACHE_CONTROL constant core/modules/system/src/Controller/AssetControllerBase.php The cache control header to use.
AssetControllerBase::deliver function core/modules/system/src/Controller/AssetControllerBase.php Generates an aggregate, given a filename.
AssetControllerBase::getGroup function core/modules/system/src/Controller/AssetControllerBase.php Gets a group.
AssetControllerBase::getGroups function core/modules/system/src/Controller/AssetControllerBase.php Get grouped assets.
AssetControllerBase::__construct function core/modules/system/src/Controller/AssetControllerBase.php Constructs an object derived from AssetControllerBase.
AssetDumper::__construct function core/lib/Drupal/Core/Asset/AssetDumper.php AssetDumper constructor.
AssetOptimizationTest class core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Tests asset aggregation.
AssetOptimizationTest.php file core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php
AssetOptimizationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php The theme to install as the default for testing.
AssetOptimizationTest::$fileAssetsPath property core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php The file assets path settings value.

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