File namesort ascending Location Description
comment.info core/modules/comment/comment.info type = module name = Comment description = Allows users to comment on and discuss published content. package = Comments tags[] = Content version = BACKDROP_VERSION backdrop = 1.x dependencies[] = node dependencies[] = text dependencies[] =…
comment.entity.inc core/modules/comment/comment.entity.inc Entity controller and class for comments.
comment.css core/modules/comment/css/comment.css #comments { margin-top: 15px; } .indented { margin-left: 25px; /* LTR */ } [dir="rtl"] .indented { margin-left: 0; margin-right: 25px; } .comment-unpublished { background-color: #fff4f4; } .comment-preview { background-color:…
comment.css core/themes/basis/css/component/comment.css .comment { position: relative; display: block; padding: 0; margin: 0 0 1.5em; } .comments .indented { position: relative; padding-left: 1.25em; margin-top: -1.5em; } .comments .indented:before, .comments .indented:after { content:…
comment.api.php core/modules/comment/comment.api.php Hooks provided by the Comment module.
comment.admin.inc core/modules/comment/comment.admin.inc Admin page callbacks for the Comment module.
colors.css core/themes/bartik/css/colors.css /* ---------- Color Module Styles ----------- */ body { color: #3b3b3b; } .layout, .l-container { background: #ffffff; } .l-header { color: #fffeff; background-color: #000000; background-image: linear-gradient(top, #000000 0%, #000001…
colors-legacy.css core/themes/bartik/css/colors-legacy.css /* ---------- Legacy colors ---------- */ .l-container { background: #ffffff; } .layout { background: transparent; } .l-header { background-color: #48a9e4; background-image: linear-gradient(top, #0779bf 0%, #48a9e4 100%); } .l-header ul.menu…
color.theme.inc core/modules/color/color.theme.inc Theme functions for the Color module.
color.tests.info core/modules/color/tests/color.tests.info [ColorTestCase] name = Color functionality description = Modify the Bartik theme colors and make sure the changes are reflected on the frontend. group = Color file = color.test
color.test core/modules/color/tests/color.test Tests for color module.
color.test core/modules/simpletest/tests/color.test Tests color conversion functions.
color.module core/modules/color/color.module Allows users to change the color scheme of themes.
color.legacy.inc core/modules/color/color.legacy.inc Contains support for legacy Bartik Blue Lagoon colors.
color.install core/modules/color/color.install Install, update and uninstall functions for the color module.
color.info core/modules/color/color.info type = module name = Color description = Allows administrators to change the color scheme of compatible themes. package = Appearance tags[] = Theme Enhancements version = BACKDROP_VERSION backdrop = 1.x
color.inc core/themes/bartik/color/color.inc
color.inc core/includes/color.inc
color.inc core/themes/basis/color/color.inc
color.admin.css core/modules/color/css/color.admin.css Stylesheet for the administration pages of the Color module.
ckeditor_rtl.test core/modules/ckeditor/tests/ckeditor_rtl.test Tests for ckeditor.module.
ckeditor5_upgrade_test.module core/modules/ckeditor5/tests/ckeditor5_upgrade_test/ckeditor5_upgrade_test.module Provides assisting code for testing a CKEditor 4 to CKEditor 5 upgrade.
ckeditor5_upgrade_test.info core/modules/ckeditor5/tests/ckeditor5_upgrade_test/ckeditor5_upgrade_test.info type = module name = CKEditor 5 Upgrade description = Provides assisting code for testing a CKEditor 4 to CKEditor 5 upgrade. package = Testing backdrop = 1.x version = BACKDROP_VERSION dependencies[] = ckeditor5 hidden = TRUE
ckeditor5_upgrade.test core/modules/ckeditor5/tests/ckeditor5_upgrade.test Tests for ckeditor5.module.
ckeditor5_rtl.test core/modules/ckeditor5/tests/ckeditor5_rtl.test Tests for ckeditor.module.
ckeditor5.upgrade.inc core/modules/ckeditor5/ckeditor5.upgrade.inc CKEditor 4 to CKEditor 5 upgrade code.
ckeditor5.theme.inc core/modules/ckeditor5/ckeditor5.theme.inc Theme functions for CKEditor module.
ckeditor5.tests.info core/modules/ckeditor5/tests/ckeditor5.tests.info [CKEditor5TestCase] name = CKEditor5 description = Check the functionality of CKEditor5 module. group = CKEditor5 file = ckeditor5.test [CKEditor5RtlTestCase] name = CKEditor5 RTL description = Check the functionality of CKEditor5 with right-to-left…
ckeditor5.test core/modules/ckeditor5/tests/ckeditor5.test Tests for ckeditor5.module.
ckeditor5.pages.inc core/modules/ckeditor5/ckeditor5.pages.inc Menu callbacks for CKEditor module.
ckeditor5.module core/modules/ckeditor5/ckeditor5.module Provides integration with the CKEditor WYSIWYG editor.
ckeditor5.install core/modules/ckeditor5/ckeditor5.install Install, update and uninstall functions for CKEditor module.
ckeditor5.info core/modules/ckeditor5/ckeditor5.info type = module name = CKEditor 5 description = WYSIWYG editing for rich text fields using CKEditor 5. package = User Interface tags[] = Filters tags[] = Formats tags[] = Text Editors backdrop = 1.x version = BACKDROP_VERSION dependencies[] =…
ckeditor5.css core/modules/ckeditor5/css/ckeditor5.css /** * CSS needed when displaying a CKEditor instance. */ /** * Hide the powered-by label from the lower right corner. */ .ck-powered-by { display: none; } /** * Set z-index of the sticky toolbar to be below the Backdrop admin bar. …
ckeditor5.api.php core/modules/ckeditor5/ckeditor5.api.php Documentation for CKEditor module APIs.
ckeditor5.admin.inc core/modules/ckeditor5/ckeditor5.admin.inc Admin page callbacks for the CKEditor 5 module.
ckeditor5.admin.css core/modules/ckeditor5/css/ckeditor5.admin.css Styles for configuration of CKEditor module.
ckeditor5-maximize.css core/modules/ckeditor5/css/ckeditor5-maximize.css Styles to maximize the editor.
ckeditor5-caption.css core/modules/ckeditor5/css/ckeditor5-caption.css Caption: default styling for displaying image captions.
ckeditor.theme.inc core/modules/ckeditor/ckeditor.theme.inc Theme functions for CKEditor 4 module.
ckeditor.tests.info core/modules/ckeditor/tests/ckeditor.tests.info [CKEditorTestCase] name = CKEditor 4 description = Check the functionality of CKEditor 4 module. group = CKEditor 4 file = ckeditor.test [CKEditorRtlTestCase] name = CKEditor 4 RTL description = Check the functionality of CKEditor 4 with…
ckeditor.test core/modules/ckeditor/tests/ckeditor.test Tests for ckeditor.module.
ckeditor.pages.inc core/modules/ckeditor/ckeditor.pages.inc Menu callbacks for CKEditor 4 module.
ckeditor.module core/modules/ckeditor/ckeditor.module Provides integration with the CKEditor 4 WYSIWYG editor.
ckeditor.install core/modules/ckeditor/ckeditor.install Install, update and uninstall functions for CKEditor 4 module.
ckeditor.info core/modules/ckeditor/ckeditor.info type = module name = CKEditor 4 (Deprecated) description = WYSIWYG editing for rich text fields using CKEditor 4. This module is no longer supported and sites should use CKEditor 5 module instead. package = User Interface tags[] = Filters tags[] =…
ckeditor.css core/modules/ckeditor/css/ckeditor.css /** * CSS needed when displaying a CKEditor instance. */ .ckeditor-dialog-loading { position: absolute; top: 0; width: 100%; text-align: center; } .ckeditor-dialog-loading-link { border-radius: 0 0 5px 5px; border: 1px solid #B6B6B6; …
ckeditor.api.php core/modules/ckeditor/ckeditor.api.php Documentation for CKEditor 4 module APIs.
ckeditor.admin.inc core/modules/ckeditor/ckeditor.admin.inc Admin page callbacks for the CKEditor 4 module.
ckeditor.admin.css core/modules/ckeditor/css/ckeditor.admin.css Styles for configuration of CKEditor 4 module.

Pages