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/ |
Provides assert methods for testing Views cache tags. |
| 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. |
| asset.css.collection_grouper | service | core/ |
Drupal\Core\Asset\CssCollectionGrouper |
| asset.css.collection_optimizer | service | core/ |
Drupal\Core\Asset\CssCollectionOptimizerLazy |
| asset.css.collection_renderer | service | core/ |
Drupal\Core\Asset\CssCollectionRenderer |
| asset.css.dumper | service | core/ |
Drupal\Core\Asset\AssetDumper |
| asset.css.optimizer | service | core/ |
Drupal\Core\Asset\CssOptimizer |
| asset.js.collection_grouper | service | core/ |
Drupal\Core\Asset\JsCollectionGrouper |
| asset.js.collection_optimizer | service | core/ |
Drupal\Core\Asset\JsCollectionOptimizerLazy |
| asset.js.collection_renderer | service | core/ |
Drupal\Core\Asset\JsCollectionRenderer |
| asset.js.dumper | service | core/ |
Drupal\Core\Asset\AssetDumper |
| asset.js.optimizer | service | core/ |
Drupal\Core\Asset\JsOptimizer |
| asset.query_string | service | core/ |
Drupal\Core\Asset\AssetQueryString |
| asset.resolver | service | core/ |
Drupal\Core\Asset\AssetResolver |
| 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 front and recipe page asset requests as an authenticated user. |
| AssetAggregationAcrossPagesTest::testFrontAndRecipesPagesEditor | function | core/ |
Checks the front and recipe page asset requests as an editor. |
| AssetAggregationAcrossPagesTest::testNodeAddPagesAuthor | function | core/ |
Checks the node/add page asset requests as an author. |
| 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. |
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.