Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
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 trait core/tests/Drupal/Tests/Composer/Plugin/Scaffold/AssertUtilsTrait.php Convenience class for creating fixtures.
AssertUtilsTrait.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/AssertUtilsTrait.php
AssertUtilsTrait::assertScaffoldedFile function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/AssertUtilsTrait.php Asserts that a given file exists and is/is not a symlink.
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.
AssertViewsCacheTagsTrait trait core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php
AssertViewsCacheTagsTrait.php file core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php
AssertViewsCacheTagsTrait::assertViewsCacheTags function core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php Asserts a view's result & render cache items' cache tags.
AssertViewsCacheTagsTrait::assertViewsCacheTagsFromStaticRenderArray function core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php Asserts a view's result & render cache items' cache tags.
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 asset requests made when the front and recipe pages are visited.
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 class core/lib/Drupal/Core/Asset/AssetDumper.php Dumps a CSS or JavaScript asset.
AssetDumper.php file core/lib/Drupal/Core/Asset/AssetDumper.php
AssetDumper::$fileSystem property core/lib/Drupal/Core/Asset/AssetDumper.php The file system service.
AssetDumper::dump function core/lib/Drupal/Core/Asset/AssetDumper.php The file name for the CSS or JS cache file is generated from the hash of
the aggregated contents of the files in $data. This forces proxies and
browsers to download new CSS when the CSS changes.
AssetDumper::dumpToUri function core/lib/Drupal/Core/Asset/AssetDumper.php Dumps an (optimized) asset to persistent storage.
AssetDumper::__construct function core/lib/Drupal/Core/Asset/AssetDumper.php AssetDumper constructor.
AssetDumperInterface interface core/lib/Drupal/Core/Asset/AssetDumperInterface.php Interface defining a service that dumps an (optimized) asset.

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