Search for all
Title | Object type | File name | Summary |
---|---|---|---|
AssertPreconditionsTrait.php | file | core/ |
|
AssertPreconditionsTrait::assertNoFailureMarker | function | core/ |
Asserts that there is no failure marker present. |
AssertPreconditionsTrait::failIfUnmetPreConditions | function | core/ |
Asserts universal test preconditions before any setup is done. |
AssertPreconditionsTrait::getProjectRoot | function | core/ |
Returns the absolute path of the project root. |
AssertPreconditionsTrait::setUpBeforeClass | function | core/ |
Invokes the test preconditions assertion before the first test is run. |
AssertPreconditionsTrait::tearDown | function | core/ |
Invokes the test preconditions assertion after each test run. |
AssertUtilsTrait | trait | core/ |
Convenience class for creating fixtures. |
AssertUtilsTrait.php | file | core/ |
|
AssertUtilsTrait::assertScaffoldedFile | function | core/ |
Asserts that a given file exists and is/is not a symlink. |
AssertUtilsTrait::assertScaffoldedFileDoesNotContain | function | core/ |
Asserts that a file does not exist or exists and does not contain a value. |
AssertViewsCacheTagsTrait | trait | core/ |
|
AssertViewsCacheTagsTrait.php | file | core/ |
|
AssertViewsCacheTagsTrait::assertViewsCacheTags | function | core/ |
Asserts a view's result & render cache items' cache tags. |
AssertViewsCacheTagsTrait::assertViewsCacheTagsFromStaticRenderArray | function | core/ |
Asserts a view's result & render cache items' cache tags. |
AssetAggregationAcrossPagesTest | class | core/ |
Tests demo_umami profile performance. |
AssetAggregationAcrossPagesTest.php | file | core/ |
|
AssetAggregationAcrossPagesTest::$profile | property | core/ |
The profile to install as a basis for testing. |
AssetAggregationAcrossPagesTest::doRequests | function | core/ |
Performs a common set of requests so the above test methods stay in sync. |
AssetAggregationAcrossPagesTest::testFrontAndRecipesPages | function | core/ |
Checks the asset requests made when the front and recipe pages are visited. |
AssetAggregationAcrossPagesTest::testFrontAndRecipesPagesAuthenticated | function | core/ |
Checks the asset requests made when the front and recipe pages are visited. |
AssetCollectionGrouperInterface | interface | core/ |
Interface defining a service that logically groups a collection of assets. |
AssetCollectionGrouperInterface.php | file | core/ |
|
AssetCollectionGrouperInterface::group | function | core/ |
Groups a collection of assets into logical groups of asset collections. |
AssetCollectionGroupOptimizerInterface | interface | core/ |
Interface defining a service that optimizes a collection of assets. |
AssetCollectionGroupOptimizerInterface.php | file | core/ |
|
AssetCollectionGroupOptimizerInterface::optimizeGroup | function | core/ |
Optimizes a specific group of assets. |
AssetCollectionOptimizerInterface | interface | core/ |
Interface defining a service that optimizes a collection of assets. |
AssetCollectionOptimizerInterface.php | file | core/ |
|
AssetCollectionOptimizerInterface::deleteAll | function | core/ |
Deletes all optimized asset collections assets. |
AssetCollectionOptimizerInterface::optimize | function | core/ |
Optimizes a collection of assets. |
AssetCollectionRendererInterface | interface | core/ |
Interface defining a service that generates a render array to render assets. |
AssetCollectionRendererInterface.php | file | core/ |
|
AssetCollectionRendererInterface::render | function | core/ |
Renders an asset collection. |
AssetControllerBase | class | core/ |
Defines a controller to serve asset aggregates. |
AssetControllerBase.php | file | core/ |
|
AssetControllerBase::$assetType | property | core/ |
The asset type. |
AssetControllerBase::$contentType | property | core/ |
The asset aggregate content type to send as Content-Type header. |
AssetControllerBase::$fileExtension | property | core/ |
The aggregate file extension. |
AssetControllerBase::CACHE_CONTROL | constant | core/ |
The cache control header to use. |
AssetControllerBase::deliver | function | core/ |
Generates an aggregate, given a filename. |
AssetControllerBase::getGroup | function | core/ |
Gets a group. |
AssetControllerBase::getGroups | function | core/ |
Get grouped assets. |
AssetControllerBase::__construct | function | core/ |
Constructs an object derived from AssetControllerBase. |
AssetDumper | class | core/ |
Dumps a CSS or JavaScript asset. |
AssetDumper.php | file | core/ |
|
AssetDumper::$fileSystem | property | core/ |
The file system service. |
AssetDumper::dump | function | core/ |
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/ |
Dumps an (optimized) asset to persistent storage. |
AssetDumper::__construct | function | core/ |
AssetDumper constructor. |
AssetDumperInterface | interface | core/ |
Interface defining a service that dumps an (optimized) asset. |
Pagination
- Previous page
- Page 56
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.