Search for on
Title | Object type | File name | Summary |
---|---|---|---|
AssertContentTrait::buildXPathQuery | function | core/ |
Builds an XPath query. |
AssertContentTrait::constructFieldXpath | function | core/ |
Helper: Constructs an XPath for the given set of attributes and value. |
AssertContentTrait::cssSelect | function | core/ |
Searches elements using a CSS selector in the raw content. |
AssertContentTrait::getAllOptions | function | core/ |
Get all option elements, including nested options, in a select. |
AssertContentTrait::getDrupalSettings | function | core/ |
Gets the value of drupalSettings for the currently-loaded page. |
AssertContentTrait::getRawContent | function | core/ |
Gets the current raw content. |
AssertContentTrait::getSelectedItem | function | core/ |
Get the selected value from a select field. |
AssertContentTrait::getTextContent | function | core/ |
Retrieves the plain-text content from the current raw content. |
AssertContentTrait::parse | function | core/ |
Parse content returned from curlExec using DOM and SimpleXML. |
AssertContentTrait::removeWhiteSpace | function | core/ |
Removes all white-space between HTML tags from the raw content. |
AssertContentTrait::setDrupalSettings | function | core/ |
Sets the value of drupalSettings for the currently-loaded page. |
AssertContentTrait::setRawContent | function | core/ |
Sets the raw content (e.g. HTML). |
AssertContentTrait::xpath | function | core/ |
Performs an xpath search on the contents of the internal browser. |
AssertContentTraitTest | class | core/ |
@coversDefaultClass \Drupal\KernelTests\AssertContentTrait[[api-linebreak]] @group Test |
AssertContentTraitTest.php | file | core/ |
|
AssertContentTraitTest::testGetTextContent | function | core/ |
@covers ::getTextContent[[api-linebreak]] |
AssertPageCacheContextsAndTagsTrait | trait | core/ |
Provides test assertions for testing page-level cache contexts & tags. |
AssertPageCacheContextsAndTagsTrait.php | file | core/ |
|
AssertPageCacheContextsAndTagsTrait::assertCacheContext | function | core/ |
Asserts whether an expected cache context was present in the last response. |
AssertPageCacheContextsAndTagsTrait::assertCacheContexts | function | core/ |
Ensures that some cache contexts are present in the current response. |
AssertPageCacheContextsAndTagsTrait::assertCacheMaxAge | function | core/ |
Asserts the max age header. |
AssertPageCacheContextsAndTagsTrait::assertCacheTags | function | core/ |
Ensures that some cache tags are present in the current response. |
AssertPageCacheContextsAndTagsTrait::assertNoCacheContext | function | core/ |
Asserts that a cache context was not present in the last response. |
AssertPageCacheContextsAndTagsTrait::assertPageCacheContextsAndTags | function | core/ |
Asserts page cache miss, then hit for the given URL; checks cache headers. |
AssertPageCacheContextsAndTagsTrait::enablePageCaching | function | core/ |
Enables page caching. |
AssertPageCacheContextsAndTagsTrait::getCacheHeaderValues | function | core/ |
Gets a specific header value as array. |
AssertUtilsTrait::assertScaffoldedFileDoesNotContain | function | core/ |
Asserts that a file does not exist or exists and does not contain a value. |
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.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 |
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/ |
Helper to do 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::getAll | function | core/ |
Returns all optimized asset collections assets. |
AssetCollectionOptimizerInterface::optimize | function | core/ |
Optimizes a collection of assets. |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.