Files - 9.5.x - drupal
| Title | Deprecated | File name | Namespace | Summary |
|---|---|---|---|---|
| css_input_without_import.css | core/ |
Basic css that does not use import | ||
| css_input_without_import.css.optimized.css | core/ |
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;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}some :pseudo… | ||
| css_input_with_bom.css | core/ |
.byte-order-mark-test { content: "☃"; } | ||
| css_input_with_bom_and_charset.css | core/ |
@charset "utf-8"; .byte-order-mark-charset-test { content: "☃"; } | ||
| css_input_with_charset.css | core/ |
Non-displayable characters. | ||
| css_input_with_import.css | core/ |
@import 'import1.css'; @import "import2.css"; @import url('import1.css'); @import… | ||
| css_input_with_import.css | 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 | 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 | 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 | 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 | core/ |
Non-displayable characters. | ||
| css_js_settings.libraries.yml | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/css_js_settings.libraries.yml | ||
| css_weights.libraries.yml | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml | ||
| Current.php | core/ |
Drupal\user\Plugin\views\filter | ||
| CurrentLanguageContext.php | core/ |
Drupal\Core\Language\ContextProvider | ||
| CurrentPathStack.php | core/ |
Drupal\Core\Path | ||
| CurrentRouteMatch.php | core/ |
Drupal\Core\Routing | ||
| CurrentRouteMatchTest.php | core/ |
Drupal\Tests\Core\Routing | ||
| CurrentThemeCondition.php | core/ |
Drupal\system\Plugin\Condition | ||
| CurrentThemeConditionTest.php | core/ |
Drupal\KernelTests\Core\Plugin\Condition | ||
| CurrentUser.php | core/ |
Drupal\user\Plugin\views\argument_default | ||
| CurrentUserContext.php | core/ |
Drupal\user\ContextProvider | ||
| CurrentUserContextTest.php | core/ |
Drupal\Tests\user\Kernel\ContextProvider | ||
| Custom.php | core/ |
Drupal\views\Plugin\views\field | ||
| custom.yml | core/ |
core/tests/Drupal/Tests/Core/DrupalKernel/fixtures/custom.yml | ||
| CustomAccessCheck.php | core/ |
Drupal\Core\Access | ||
| CustomAccessCheckTest.php | core/ |
Drupal\Tests\Core\Access | Contains \Drupal\Tests\Core\Access\CustomAccessCheckTest. | |
| CustomAnnotationClassDiscoveryTest.php | core/ |
Drupal\KernelTests\Core\Plugin\Discovery | ||
| CustomBooleanTest.php | core/ |
Drupal\Tests\views_ui\Functional | ||
| CustomDirectoryAnnotatedClassDiscoveryTest.php | core/ |
Drupal\KernelTests\Core\Plugin\Discovery | ||
| CustomDirectoryExample1.php | core/ |
Drupal\plugin_test | ||
| CustomDirectoryExample2.php | core/ |
Drupal\plugin_test | ||
| CustomPageExceptionHtmlSubscriber.php | core/ |
Drupal\Core\EventSubscriber | ||
| CustomPageExceptionHtmlSubscriberTest.php | core/ |
Drupal\Tests\Core\EventSubscriber | ||
| CustomStrings.php | core/ |
Drupal\Core\StringTranslation\Translator | ||
| CustomThemeNegotiator.php | core/ |
Drupal\theme_test\Theme | ||
| D6FileField.php | core/ |
Drupal\migrate_field_plugin_manager_test\Plugin\migrate\field | ||
| D6NoCoreVersionSpecified.php | core/ |
Drupal\migrate_field_plugin_manager_test\Plugin\migrate\field | ||
| D6NodeDeriver.php | core/ |
Drupal\node\Plugin\migrate | ||
| D6NodeTranslation.php | core/ |
Drupal\node\Plugin\migrate | ||
| D6TermNodeDeriver.php | core/ |
Drupal\taxonomy\Plugin\migrate | ||
| d6_action.yml | core/ |
core/modules/system/migrations/d6_action.yml | ||
| d6_aggregator_feed.yml | core/ |
core/modules/aggregator/migrations/d6_aggregator_feed.yml | ||
| d6_aggregator_item.yml | core/ |
core/modules/aggregator/migrations/d6_aggregator_item.yml | ||
| d6_aggregator_settings.yml | core/ |
core/modules/aggregator/migrations/d6_aggregator_settings.yml | ||
| d6_block.yml | core/ |
core/modules/block/migrations/d6_block.yml | ||
| d6_block_translation.yml | core/ |
core/modules/config_translation/migrations/d6_block_translation.yml | ||
| d6_book.yml | core/ |
core/modules/book/migrations/d6_book.yml | ||
| d6_comment.yml | core/ |
core/modules/comment/migrations/d6_comment.yml | ||
| d6_comment_entity_display.yml | core/ |
core/modules/comment/migrations/d6_comment_entity_display.yml |
Pagination
- Previous page
- Page 64
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.