Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| css_input_with_bom.css | file | core/ |
.byte-order-mark-test { content: "☃"; } |
| css_input_with_bom_and_charset.css | file | core/ |
@charset "utf-8"; .byte-order-mark-charset-test { content: "☃"; } |
| css_input_with_charset.css | file | core/ |
Non-displayable characters. |
| css_input_with_import.css | file | core/ |
@import 'import1.css'; @import "import2.css"; @import url('import1.css'); @import… |
| css_input_with_import.css | file | core/ |
@import "../import1.css"; @import "../import2.css"; body { margin: 0; padding: 0; background: #edf5fa; font: 76%/170% Verdana, sans-serif; color: #494949; } .this .is .a .test { font: 1em/100% Verdana, sans-serif; … |
| css_input_with_import.css.optimized.aggregated.css | file | core/ |
@import url("https://fonts.fontprovider.com/css2?family=Roboto+Mono:wght@300;400&family=Roboto:ital,wght@0,300;0,400;1,300;1,400&display=swap") print;@import url('import1.css') screen;@import… |
| css_input_with_import.css.optimized.css | file | core/ |
ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(../images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data… |
| css_input_with_import.css.optimized.css | file | core/ |
ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data… |
| css_input_with_utf16_bom.css | file | core/ |
Non-displayable characters. |
| css_js_settings.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/css_js_settings.libraries.yml |
| CSS_LAYOUT | constant | core/ |
The default weight for CSS rules that layout a page. |
| CSS_STATE | constant | core/ |
The default weight for CSS rules that style states and are not included with components. |
| CSS_THEME | constant | core/ |
The default weight for CSS rules that style themes and are not included with components. |
| css_weights.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml |
| Current::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| CurrentLanguageContext::getAvailableContexts | function | core/ |
Gets all available contexts for the purposes of configuration. |
| CurrentLanguageContext::getRuntimeContexts | function | core/ |
Gets runtime context values for the given context IDs. |
| CurrentLanguageContext::__construct | function | core/ |
Constructs a new CurrentLanguageContext. |
| CurrentPathStack | class | core/ |
Represents the current path for the current request. |
| CurrentPathStack.php | file | core/ |
|
| CurrentPathStack::$paths | property | core/ |
Static cache of paths. |
| CurrentPathStack::$requestStack | property | core/ |
The request stack. |
| CurrentPathStack::getPath | function | core/ |
Returns the path of the current request. |
| CurrentPathStack::setPath | function | core/ |
Sets the current path. |
| CurrentPathStack::__construct | function | core/ |
Constructs a new CurrentPathStack instance. |
| CurrentRouteMatch::$requestStack | property | core/ |
The related request stack. |
| CurrentRouteMatch::$routeMatches | property | core/ |
Internal cache of RouteMatch objects. |
| CurrentRouteMatch::getMasterRouteMatch | function | core/ |
Gets the master route match.. |
| CurrentRouteMatch::getParameters | function | core/ |
Returns the bag of all processed route parameters. |
| CurrentRouteMatch::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
| CurrentRouteMatch::getRouteMatchFromRequest | function | core/ |
Returns a route match from a given request, if possible. |
| CurrentRouteMatch::resetRouteMatch | function | core/ |
Resets the route match static cache. |
| CurrentRouteMatch::__construct | function | core/ |
Constructs a CurrentRouteMatch object. |
| CurrentRouteMatchTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\CurrentRouteMatch[[api-linebreak]] @group Routing |
| CurrentRouteMatchTest.php | file | core/ |
|
| CurrentRouteMatchTest::getRouteMatch | function | core/ |
Build a test route match object for the given implementation. |
| CurrentRouteMatchTest::testGetCurrentRouteObject | function | core/ |
@covers ::__construct[[api-linebreak]] @covers ::getRouteObject[[api-linebreak]] @covers ::getCurrentRouteMatch[[api-linebreak]] @covers ::getRouteMatch[[api-linebreak]] |
| CurrentRouteMatchTest::testGetRouteMatchFromRequest | function | core/ |
@covers ::getRouteMatchFromRequest[[api-linebreak]] |
| CurrentRouteMatchTest::testGetRouteMatchFromRequestWithRouting | function | core/ |
@covers ::getRouteMatchFromRequest[[api-linebreak]] |
| CurrentRouteMatchTest::testResetRouteMatch | function | core/ |
@covers ::resetRouteMatch[[api-linebreak]] |
| CurrentThemeCondition::getCacheContexts | function | core/ |
|
| CurrentThemeCondition::submitConfigurationForm | function | core/ |
Form submission handler. |
| CurrentThemeCondition::summary | function | core/ |
Provides a human readable summary of the condition's configuration. |
| CurrentThemeCondition::__construct | function | core/ |
Constructs a CurrentThemeCondition condition plugin. |
| CurrentThemeConditionTest | class | core/ |
Tests the CurrentThemeCondition plugin. |
| CurrentThemeConditionTest.php | file | core/ |
|
| CurrentThemeConditionTest::$modules | property | core/ |
Modules to enable. |
| CurrentThemeConditionTest::testCurrentTheme | function | core/ |
Tests the current theme condition. |
| CurrentUser | class | core/ |
Default argument plugin to extract the current user. |
| CurrentUser.php | file | core/ |
Pagination
- Previous page
- Page 277
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.