File namesort descending Location Description
boot_test_2.info core/modules/simpletest/tests/boot_test_2.info type = module name = Early bootstrap tests description = A support module for hook_boot hook testing. backdrop = 1.x package = Testing version = VERSION hidden = TRUE
boot_test_2.module core/modules/simpletest/tests/boot_test_2.module Defines a hook_config_info() implementation in a non-"bootstrap" module.
boxton.info core/layouts/boxton/boxton.info type = layout name = Boxton description = Includes a header, top, content, bottom, and footer. This is the default template for the Home page and Default Administrative layouts. version = BACKDROP_VERSION backdrop = 1.x ; Specify regions for this…
breadcrumb.css core/themes/basis/css/component/breadcrumb.css Breadcrumb styles.
cache-install.inc core/includes/cache-install.inc Provides a stub cache implementation to be used during installation.
cache.inc core/includes/cache.inc Functions and interfaces for cache handling.
cache.inc core/modules/views/includes/cache.inc Load Views' data so that it knows what is available to build queries from.
cache.test core/modules/simpletest/tests/cache.test
cache_example.info modules/examples/cache_example/cache_example.info name = Cache Example description = An example outlining how to use the cache API. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
cache_example.module modules/examples/cache_example/cache_example.module Hooks implementation for the Cache Example module.
cache_example.test modules/examples/cache_example/tests/cache_example.test Test case for testing the cache example module.
cache_example.tests.info modules/examples/cache_example/tests/cache_example.tests.info [CacheExampleTestCase] name = Cache example functionality description = Tests cache functionality. group = Example modules file = cache_example.test
caption.css core/themes/basis/css/component/caption.css Caption styles.
cards.css core/themes/basis/css/component/cards.css Card listing view on the default home page.
ccc_installer_test.info core/modules/installer/tests/ccc_installer_test/ccc_installer_test.info name = CCC Installer test description = Support module for installer module testing. package = Testing version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE type = module
ccc_installer_test.module core/modules/installer/tests/ccc_installer_test/ccc_installer_test.module Dummy module for testing Installer module.
ccc_update_test.info core/modules/update/tests/ccc_update_test/ccc_update_test.info name = CCC Update test description = Support module for update module testing. package = Testing version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE type = module
ccc_update_test.module core/modules/update/tests/ccc_update_test/ccc_update_test.module Dummy module for testing Update status.
charset_converter.inc core/includes/database/charset_converter.inc
ckeditor-caption.css core/modules/ckeditor/css/ckeditor-caption.css Caption: default styling for displaying image captions.
ckeditor-iframe.css core/modules/ckeditor/css/ckeditor-iframe.css /** * CSS added to iframe-based instances only. */ body { font-family: Arial, Verdana, sans-serif; font-size: 14px; color: #222; background-color: #fff; margin: 8px; } ol, ul, dl { /* IE7: reset rtl list margin. (CKEditor issue #7334)…
ckeditor.admin.css core/modules/ckeditor/css/ckeditor.admin.css Styles for configuration of CKEditor 4 module.
ckeditor.admin.inc core/modules/ckeditor/ckeditor.admin.inc Admin page callbacks for the CKEditor 4 module.
ckeditor.api.php core/modules/ckeditor/ckeditor.api.php Documentation for CKEditor 4 module APIs.
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.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.install core/modules/ckeditor/ckeditor.install Install, update and uninstall functions for CKEditor 4 module.
ckeditor.module core/modules/ckeditor/ckeditor.module Provides integration with the CKEditor 4 WYSIWYG editor.
ckeditor.pages.inc core/modules/ckeditor/ckeditor.pages.inc Menu callbacks for CKEditor 4 module.
ckeditor.test core/modules/ckeditor/tests/ckeditor.test Tests for ckeditor.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.theme.inc core/modules/ckeditor/ckeditor.theme.inc Theme functions for CKEditor 4 module.
ckeditor5-caption.css core/modules/ckeditor5/css/ckeditor5-caption.css Caption: default styling for displaying image captions.
ckeditor5-maximize.css core/modules/ckeditor5/css/ckeditor5-maximize.css Styles to maximize the editor.
ckeditor5.admin.css core/modules/ckeditor5/css/ckeditor5.admin.css Styles for configuration of CKEditor module.
ckeditor5.admin.inc core/modules/ckeditor5/ckeditor5.admin.inc Admin page callbacks for the CKEditor 5 module.
ckeditor5.api.php core/modules/ckeditor5/ckeditor5.api.php Documentation for CKEditor module APIs.
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.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.install core/modules/ckeditor5/ckeditor5.install Install, update and uninstall functions for CKEditor module.
ckeditor5.module core/modules/ckeditor5/ckeditor5.module Provides integration with the CKEditor WYSIWYG editor.
ckeditor5.pages.inc core/modules/ckeditor5/ckeditor5.pages.inc Menu callbacks for CKEditor module.
ckeditor5.test core/modules/ckeditor5/tests/ckeditor5.test Tests for ckeditor5.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.theme.inc core/modules/ckeditor5/ckeditor5.theme.inc Theme functions for CKEditor module.
ckeditor5.upgrade.inc core/modules/ckeditor5/ckeditor5.upgrade.inc CKEditor 4 to CKEditor 5 upgrade code.
ckeditor5_rtl.test core/modules/ckeditor5/tests/ckeditor5_rtl.test Tests for ckeditor.module.
ckeditor5_upgrade.test core/modules/ckeditor5/tests/ckeditor5_upgrade.test Tests for ckeditor5.module.
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.module core/modules/ckeditor5/tests/ckeditor5_upgrade_test/ckeditor5_upgrade_test.module Provides assisting code for testing a CKEditor 4 to CKEditor 5 upgrade.

Pages