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. |
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
version = BACKDROP_VERSION
backdrop = 1.x
; Specify regions for this layout.
regions[header] = Header
regions[top] = Top
regions[content] = Content
regions[bottom] = Bottom
regions[footer] = Footer
;… |
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 |