block.admin.inc |
core/modules/block/block.admin.inc |
Admin page callbacks for the Block module. |
block.api.php |
core/modules/block/block.api.php |
API hooks for the Block module. |
block.class.inc |
core/modules/layout/includes/block.class.inc |
A class that wraps around a block to store settings information. |
block.create.inc |
core/modules/dashboard/includes/block.create.inc |
Dashboard block providing links to create new content. |
block.hero.inc |
core/modules/layout/includes/block.hero.inc |
|
block.info |
core/modules/block/block.info |
type = module
name = Reusable Custom Blocks
description = Allows custom blocks to be reused across different layouts.
package = Layouts
tags[] = Blocks
tags[] = Site Architecture
version = BACKDROP_VERSION
backdrop = 1.x
configure = admin/structure/block |
block.install |
core/modules/block/block.install |
Install, update and uninstall functions for the block module. |
block.menus.inc |
core/modules/dashboard/includes/block.menus.inc |
Dashboard block displaying menus on the site. |
block.module |
core/modules/block/block.module |
Provides the ability to create reusable custom blocks. |
block.news.inc |
core/modules/dashboard/includes/block.news.inc |
Dashboard block displaying BackdropCMS.org news items. |
block.node_types.inc |
core/modules/dashboard/includes/block.node_types.inc |
Dashboard block displaying information about content types. |
block.overview_content.inc |
core/modules/dashboard/includes/block.overview_content.inc |
Dashboard block displaying information about content, including: |
block.overview_user.inc |
core/modules/dashboard/includes/block.overview_user.inc |
Dashboard block displaying information about user accounts, including: |
block.page_components.inc |
core/modules/system/block.page_components.inc |
|
block.taxonomy.inc |
core/modules/dashboard/includes/block.taxonomy.inc |
Dashboard block displaying information about taxonomy, including:
- |
block.test |
core/modules/block/tests/block.test |
Tests for 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.text.inc |
core/modules/layout/includes/block.text.inc |
|
block.tpl.php |
core/modules/layout/templates/block.tpl.php |
Template for outputting the default block styling within a Layout. |
block.translation.test |
core/modules/block/tests/block.translation.test |
Tests for translation functionality within block.module. |
block.update.inc |
core/modules/dashboard/includes/block.update.inc |
Available Updates dashboard block. |
block.welcome.inc |
core/modules/dashboard/includes/block.welcome.inc |
Dashboard block providing a welcome message, and links to get people started
using Backdrop. |
block_example.inc |
modules/examples/block_example/block_example.inc |
|
block_example.info |
modules/examples/block_example/block_example.info |
name = Block Example
description = An example outlining how a module can define blocks.
dependencies[] = block
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
block_example.module |
modules/examples/block_example/block_example.module |
Hook implementations for the Block Example module. |
block_example.test |
modules/examples/block_example/tests/block_example.test |
Test case for testing the block example module. |
block_example.tests.info |
modules/examples/block_example/tests/block_example.tests.info |
[BlockExampleTestCase]
name = Block example functionality
description = Test the configuration options and blocks created by Block Example module.
group = Example modules
file = block_example.test |
block_legacy.class.inc |
core/modules/layout/includes/block_legacy.class.inc |
Class that wraps around legacy hook_block_view/config/save() hooks. |
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_test.module |
core/modules/block/tests/block_test/block_test.module |
Provide test blocks. |
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-navigation.tpl.php |
core/modules/book/templates/book-navigation.tpl.php |
Default theme implementation to navigate books. |
book.admin.css |
core/modules/book/css/book.admin.css |
Admin styles for book module. |
book.admin.inc |
core/modules/book/book.admin.inc |
Admin page callbacks 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.install |
core/modules/book/book.install |
Install, update and uninstall functions for the book module. |
book.module |
core/modules/book/book.module |
Allows users to create and organize related content in an outline. |
book.pages.inc |
core/modules/book/book.pages.inc |
User page callbacks for the book module. |
book.test |
core/modules/book/tests/book.test |
Tests 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.theme.css |
core/modules/book/css/book.theme.css |
Styling for the book module. |
book.theme.inc |
core/modules/book/book.theme.inc |
Theme functions for the Book module. |
book.tokens.inc |
core/modules/book/book.tokens.inc |
Builds placeholder replacement tokens for book-related data. |
book.views.inc |
core/modules/book/views/book.views.inc |
Provide views data and handlers for book.module. |
boot.test |
core/modules/simpletest/tests/boot.test |
|
bootstrap.classes.inc |
core/includes/bootstrap.classes.inc |
|
bootstrap.inc |
core/includes/bootstrap.inc |
Functions that need to be loaded on every Backdrop request. |
bootstrap.test |
core/modules/simpletest/tests/bootstrap.test |
|
boot_test_1.info |
core/modules/simpletest/tests/boot_test_1.info |
type = module
name = Early bootstrap tests
description = A support module for hook_boot testing.
backdrop = 1.x
package = Testing
version = VERSION
hidden = TRUE |
boot_test_1.module |
core/modules/simpletest/tests/boot_test_1.module |
Tests calling module_implements() during hook_boot() invocation. |