Search for d
Title | Object type | File name | Summary |
---|---|---|---|
AssertContentTrait::assertFieldByName | function | core/ |
Asserts that a field exists with the given name and value. |
AssertContentTrait::assertFieldByXPath | function | core/ |
Asserts that a field exists in the current page by the given XPath. |
AssertContentTrait::assertFieldChecked | function | core/ |
Asserts that a checkbox field in the current page is checked. |
AssertContentTrait::assertFieldsByValue | function | core/ |
Asserts that a field exists in the current page with a given Xpath result. |
AssertContentTrait::assertNoDuplicateIds | function | core/ |
Asserts that each HTML ID is used for just a single element. |
AssertContentTrait::assertNoEscaped | function | core/ |
Passes if raw text IS NOT found escaped on loaded page, fail otherwise. |
AssertContentTrait::assertNoField | function | core/ |
Asserts that a field does not exist with the given name or ID. |
AssertContentTrait::assertNoFieldById | function | core/ |
Asserts that a field does not exist with the given ID and value. |
AssertContentTrait::assertNoFieldByName | function | core/ |
Asserts that a field does not exist with the given name and value. |
AssertContentTrait::assertNoFieldByXPath | function | core/ |
Asserts that a field does not exist or its value does not match, by XPath. |
AssertContentTrait::assertNoFieldChecked | function | core/ |
Asserts that a checkbox field in the current page is not checked. |
AssertContentTrait::assertNoOptionSelected | function | core/ |
Asserts that a select option in the current page is not checked. |
AssertContentTrait::assertOptionSelected | function | core/ |
Asserts that a select option in the current page is checked. |
AssertContentTrait::assertOptionSelectedWithDrupalSelector | function | core/ |
Asserts that a select option in the current page is checked. |
AssertContentTrait::assertOptionWithDrupalSelector | function | core/ |
Asserts that a select option in the current page exists. |
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::getDrupalSettings | function | core/ |
Gets the value of drupalSettings for the currently-loaded page. |
AssertContentTrait::getSelectedItem | function | core/ |
Get the selected value from a select field. |
AssertContentTrait::setDrupalSettings | function | core/ |
Sets the value of drupalSettings for the currently-loaded page. |
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::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::assertViewsCacheTagsFromStaticRenderArray | function | core/ |
Asserts a view's result & render cache items' cache tags. |
asset.css.collection_renderer | service | core/ |
Drupal\Core\Asset\CssCollectionRenderer |
asset.css.dumper | service | core/ |
Drupal\Core\Asset\AssetDumper |
asset.js.collection_renderer | service | core/ |
Drupal\Core\Asset\JsCollectionRenderer |
asset.js.dumper | service | core/ |
Drupal\Core\Asset\AssetDumper |
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. |
AssetCollectionOptimizerInterface::deleteAll | function | core/ |
Deletes all optimized asset collections 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::deliver | function | core/ |
Generates an aggregate, given a filename. |
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. |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.