Files - 10.3.x - drupal

Primary tabs

Title Deprecated File name Namespace Summary
csrf_test.links.menu.yml core/modules/system/tests/modules/csrf_test/csrf_test.links.menu.yml core/modules/system/tests/modules/csrf_test/csrf_test.links.menu.yml
csrf_test.routing.yml core/modules/system/tests/modules/csrf_test/csrf_test.routing.yml core/modules/system/tests/modules/csrf_test/csrf_test.routing.yml
CssAssetController.php core/modules/system/src/Controller/CssAssetController.php Drupal\system\Controller
CssCollectionGrouper.php core/lib/Drupal/Core/Asset/CssCollectionGrouper.php Drupal\Core\Asset
CssCollectionGrouperUnitTest.php core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php Drupal\Tests\Core\Asset
CssCollectionOptimizer.php core/lib/Drupal/Core/Asset/CssCollectionOptimizer.php Drupal\Core\Asset
CssCollectionOptimizerLazy.php core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php Drupal\Core\Asset
CssCollectionOptimizerLazyUnitTest.php core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php Drupal\Tests\Core\Asset
CssCollectionOptimizerUnitTest.php core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerUnitTest.php Drupal\Tests\Core\Asset
CssCollectionRenderer.php core/lib/Drupal/Core/Asset/CssCollectionRenderer.php Drupal\Core\Asset
CssCollectionRendererUnitTest.php core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Drupal\Tests\Core\Asset
CssCommand.php core/lib/Drupal/Core/Ajax/CssCommand.php Drupal\Core\Ajax
CssOptimizer.php core/lib/Drupal/Core/Asset/CssOptimizer.php Drupal\Core\Asset
CssOptimizerUnitTest.php core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php Drupal\Tests\Core\Asset
css_bad_category.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/css_bad_category.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/css_bad_category.libraries.yml
css_bad_nesting.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/css_bad_nesting.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/css_bad_nesting.libraries.yml
css_bad_nesting_array.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/css_bad_nesting_array.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/css_bad_nesting_array.libraries.yml
css_disable_transitions_test.info.yml core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.info.yml core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.info.yml
css_disable_transitions_test.libraries.yml core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.libraries.yml core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.libraries.yml
css_disable_transitions_test.module core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.module Helper module for disabling animations in tests.
css_fix.theme.css core/modules/settings_tray/tests/modules/settings_tray_test_css/css/css_fix.theme.css .dialog-off-canvas-main-canvas.js-settings-tray-edit-mode a, .dialog-off-canvas-main-canvas.js-settings-tray-edit-mode input { pointer-events: inherit !important; }
css_input_simple.css core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_simple.css body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;}
css_input_simple_with_media.css.optimized.css core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_simple_with_media.css.optimized.css @media screen{body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;} }
css_input_without_import.css core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_without_import.css Basic css that does not use import
css_input_without_import.css.optimized.css core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_without_import.css.optimized.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;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}some :pseudo…
css_input_with_bom.css core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_bom.css .byte-order-mark-test { content: "☃"; }
css_input_with_bom_and_charset.css core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_bom_and_charset.css @charset "utf-8"; .byte-order-mark-charset-test { content: "☃"; }
css_input_with_charset.css core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_charset.css Non-displayable characters.
css_input_with_import.css core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css @import 'import1.css'; @import "import2.css"; @import url('import1.css'); @import…
css_input_with_import.css core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css @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/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css.optimized.aggregated.css @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/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css.optimized.css 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/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css.optimized.css 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/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_utf16_bom.css Non-displayable characters.
css_js_settings.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/css_js_settings.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/css_js_settings.libraries.yml
css_license.css.optimized.aggregated.css core/tests/Drupal/Tests/Core/Asset/css_test_files/css_license.css.optimized.aggregated.css @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_weights.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml
Current.php core/modules/user/src/Plugin/views/filter/Current.php Drupal\user\Plugin\views\filter
CurrentLanguageContext.php core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php Drupal\Core\Language\ContextProvider
CurrentPathStack.php core/lib/Drupal/Core/Path/CurrentPathStack.php Drupal\Core\Path
CurrentRouteMatch.php core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Drupal\Core\Routing
CurrentRouteMatchTest.php core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php Drupal\Tests\Core\Routing
CurrentThemeCondition.php core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php Drupal\system\Plugin\Condition
CurrentThemeConditionTest.php core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php Drupal\KernelTests\Core\Plugin\Condition
CurrentUser.php core/modules/user/src/Plugin/views/argument_default/CurrentUser.php Drupal\user\Plugin\views\argument_default
CurrentUserContext.php core/modules/user/src/ContextProvider/CurrentUserContext.php Drupal\user\ContextProvider
CurrentUserContextTest.php core/modules/user/tests/src/Kernel/ContextProvider/CurrentUserContextTest.php Drupal\Tests\user\Kernel\ContextProvider
Custom.php core/modules/views/src/Plugin/views/field/Custom.php Drupal\views\Plugin\views\field
custom.yml core/tests/Drupal/Tests/Core/DrupalKernel/fixtures/custom.yml core/tests/Drupal/Tests/Core/DrupalKernel/fixtures/custom.yml
CustomAccessCheck.php core/lib/Drupal/Core/Access/CustomAccessCheck.php Drupal\Core\Access

Other projects


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.