Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 8.9.x for d
  4. Search 10.3.x for d
  5. Other projects
Title Object type File name Summary
AssertViewsCacheTagsTrait::assertViewsCacheTagsFromStaticRenderArray function core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php Asserts a view's result & render cache items' cache tags.
asset.css.collection_renderer service core/core.services.yml Drupal\Core\Asset\CssCollectionRenderer
asset.css.dumper service core/core.services.yml Drupal\Core\Asset\AssetDumper
asset.js.collection_renderer service core/core.services.yml Drupal\Core\Asset\JsCollectionRenderer
asset.js.dumper service core/core.services.yml Drupal\Core\Asset\AssetDumper
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.
AssetCollectionOptimizerInterface::deleteAll function core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php Deletes all optimized asset collections 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::deliver function core/modules/system/src/Controller/AssetControllerBase.php Generates an aggregate, given a filename.
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.
AssetDumperInterface.php file core/lib/Drupal/Core/Asset/AssetDumperInterface.php
AssetDumperInterface::dump function core/lib/Drupal/Core/Asset/AssetDumperInterface.php Dumps an (optimized) asset to persistent storage.
AssetDumperUriInterface interface core/lib/Drupal/Core/Asset/AssetDumperUriInterface.php Interface defining a service that dumps an asset to a specified location.
AssetDumperUriInterface.php file core/lib/Drupal/Core/Asset/AssetDumperUriInterface.php
AssetDumperUriInterface::dumpToUri function core/lib/Drupal/Core/Asset/AssetDumperUriInterface.php Dumps an (optimized) asset to persistent storage.
AssetOptimizationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php The theme to install as the default for testing.
AssetOptimizationTest::$modules property core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Modules to install.
AssetOptimizationTest::assertInvalidAggregates function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Asserts the aggregate when it is invalid.
AssetOptimizationTest::doTestAggregation function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Helper to test aggregate file URLs.
AssetOptimizationTest::invalidExclude function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Adds an invalid 'exclude' query parameter with an invalid value.
AssetOptimizationTest::invalidInclude function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Replaces the 'include' query parameter with an invalid value.
AssetOptimizationTest::omitInclude function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Removes the 'include' query parameter from the given URL.
AssetOptimizationTest::replaceGroupDelta function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Replaces the delta in the given URL.
AssetOptimizationTest::setInvalidLibrary function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Replaces the 'include' entry in the given URL with an invalid value.
AssetResolver::$libraryDependencyResolver property core/lib/Drupal/Core/Asset/AssetResolver.php The library dependency resolver.
AssetResolver::$libraryDiscovery property core/lib/Drupal/Core/Asset/AssetResolver.php The library discovery service.
AssetResolver::$moduleHandler property core/lib/Drupal/Core/Asset/AssetResolver.php The module handler.
AssetResolver::$themeHandler property core/lib/Drupal/Core/Asset/AssetResolver.php The theme handler service.
AssetResolver::getLibrariesToLoad function core/lib/Drupal/Core/Asset/AssetResolver.php Returns the libraries that need to be loaded.
AssetResolverTest::$libraryDependencyResolver property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The mocked library dependency resolver.
AssetResolverTest::$libraryDiscovery property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The mocked library discovery service.
AssetResolverTest::$moduleHandler property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The mocked module handler.
AssetResolverTest::$themeHandler property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The mocked theme handler.
AssetResolverTest::providerAttachedCssAssets function core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php
AssetResolverTest::providerAttachedJsAssets function core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php
AssetResolverTest::testJsAssetsOrder function core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php Test that order of scripts are correct.
AssetsStream::getDescription function core/lib/Drupal/Core/StreamWrapper/AssetsStream.php Returns the description of the stream wrapper for use in the UI.
AtLeastOneOfConstraintValidator class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraintValidator.php Validates the AtLeastOneOf constraint.
AtLeastOneOfConstraintValidator.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraintValidator.php

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