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.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. |
ckeditor_rtl.test |
core/modules/ckeditor/tests/ckeditor_rtl.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.test |
core/modules/ckeditor/tests/ckeditor.test |
Tests for ckeditor.module. |
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.admin.css |
core/modules/ckeditor/css/ckeditor.admin.css |
Styles for configuration of CKEditor 4 module. |
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-caption.css |
core/modules/ckeditor/css/ckeditor-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.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.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. |
views_plugin_argument_default_book_root.inc |
core/modules/book/views/views_plugin_argument_default_book_root.inc |
Contains the book root from current node argument default plugin. |
book.views.inc |
core/modules/book/views/book.views.inc |
Provide views data and handlers for book.module. |
book.tests.info |
core/modules/book/tests/book.tests.info |
[BookTestCase]
name = Book functionality
description = Create a book, add pages, and test book interface.
group = Book
file = book.test |
book.test |
core/modules/book/tests/book.test |
Tests for book.module. |
book-navigation.tpl.php |
core/modules/book/templates/book-navigation.tpl.php |
Default theme implementation to navigate books. |
book-all-books-block.tpl.php |
core/modules/book/templates/book-all-books-block.tpl.php |
Default theme implementation for rendering book outlines within a block. |
book.theme.css |
core/modules/book/css/book.theme.css |
Styling for the book module. |
book.admin.css |
core/modules/book/css/book.admin.css |
Admin styles for book module. |
book.tokens.inc |
core/modules/book/book.tokens.inc |
Builds placeholder replacement tokens for book-related data. |
book.theme.inc |
core/modules/book/book.theme.inc |
Theme functions for the Book module. |
book.pages.inc |
core/modules/book/book.pages.inc |
User page callbacks for the book module. |
book.module |
core/modules/book/book.module |
Allows users to create and organize related content in an outline. |
book.install |
core/modules/book/book.install |
Install, update and uninstall functions for the book module. |
book.info |
core/modules/book/book.info |
type = module
name = Book
description = Allows users to create and organize related content in an outline.
package = System
tags[] = Content
tags[] = Site Navigation
tags[] = Structure
version = BACKDROP_VERSION
backdrop = 1.x
dependencies[] =… |
book.admin.inc |
core/modules/book/book.admin.inc |
Admin page callbacks for the Book module. |
block_test.module |
core/modules/block/tests/block_test/block_test.module |
Provide test blocks. |
block_test.info |
core/modules/block/tests/block_test/block_test.info |
name = Block test
description = Provides test blocks.
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
block.translation.test |
core/modules/block/tests/block.translation.test |
Tests for translation functionality within block.module. |
block.tests.info |
core/modules/block/tests/block.tests.info |
[BlockTestCase]
name = Block functionality
description = Add, edit and delete custom block. Configure and move a module-defined block.
group = Block
file = block.test
[BlockTranslationTestCase]
name = Block translation functionality
description =… |
block.test |
core/modules/block/tests/block.test |
Tests for block.module. |
block.module |
core/modules/block/block.module |
Provides the ability to create reusable custom blocks. |
block.install |
core/modules/block/block.install |
Install, update and uninstall functions for the block module. |
block.info |
core/modules/block/block.info |
type = module
name = Block
description = Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page.
package = Layouts
tags[] = Blocks
tags[] = Site Architecture
version… |
block.api.php |
core/modules/block/block.api.php |
API hooks for the Block module. |
block.admin.inc |
core/modules/block/block.admin.inc |
Admin page callbacks for the Block module. |
admin_bar.tests.info |
core/modules/admin_bar/tests/admin_bar.tests.info |
[AdminBarPermissionsTestCase]
name = Menu link access permissions
description = Tests appearance of menu links depending on user permissions.
group = Administration bar
file = admin_bar.test
[AdminBarDynamicLinksTestCase]
name = Dynamic… |
admin_bar.test |
core/modules/admin_bar/tests/admin_bar.test |
Tests for the Administration bar module. |
admin_bar.css |
core/modules/admin_bar/css/admin_bar.css |
Administration bar. |
admin_bar-print.css |
core/modules/admin_bar/css/admin_bar-print.css |
/**
* Hide the admin bar when printing.
*/
#admin-bar {
display: none;
}
.admin-bar body {
border-top: none !important;
} |
admin_bar.theme.inc |
core/modules/admin_bar/admin_bar.theme.inc |
Theme functions for the Admin Bar module. |
admin_bar.module |
core/modules/admin_bar/admin_bar.module |
Render an administrative bar as a dropdown menu at the top of the window. |
admin_bar.map.inc |
core/modules/admin_bar/admin_bar.map.inc |
Implements hook_admin_bar_map() on behalf of core modules. |
admin_bar.install |
core/modules/admin_bar/admin_bar.install |
Install, update, and uninstall functions for the admin bar module. |