module_test.implementations.inc |
core/modules/simpletest/tests/module_test.implementations.inc |
|
module_test.info |
core/modules/simpletest/tests/module_test.info |
name = "Module test"
description = "Support module for module system testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
module_test.install |
core/modules/simpletest/tests/module_test.install |
Install, update and uninstall functions for the module_test module. |
module_test.module |
core/modules/simpletest/tests/module_test.module |
|
moscone.info |
core/layouts/moscone/moscone.info |
type = layout
name = Moscone
version = BACKDROP_VERSION
backdrop = 1.x
; Specify regions for this layout.
regions[header] = Header
regions[top] = Top
regions[content] = Content
regions[sidebar] = Sidebar
regions[bottom] =… |
moscone_flipped.info |
core/layouts/moscone_flipped/moscone_flipped.info |
type = layout
name = Moscone Flipped
version = BACKDROP_VERSION
backdrop = 1.x
; Specify regions for this layout.
regions[header] = Header
regions[top] = Top
regions[content] = Content
regions[sidebar] = Sidebar
regions[bottom] =… |
node--1.tpl.php |
core/modules/simpletest/tests/themes/test_theme/templates/node--1.tpl.php |
|
node.actions.inc |
core/modules/node/node.actions.inc |
Action callbacks for Node module. |
node.admin.css |
core/modules/node/css/node.admin.css |
Styles for administration pages. |
node.admin.inc |
core/modules/node/node.admin.inc |
Admin page callbacks for the Node module. |
node.api.php |
core/modules/node/node.api.php |
Hooks provided by the Node module. |
node.block.inc |
core/modules/node/node.block.inc |
A class that displays a particular node in a block. |
node.entity.inc |
core/modules/node/node.entity.inc |
Entity controller and class for nodes. |
node.info |
core/modules/node/node.info |
type = module
name = Node
description = Allows content to be submitted to the site and displayed on pages.
package = System
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
required = TRUE
dependencies[] = entity
configure =… |
node.install |
core/modules/node/node.install |
Install, update and uninstall functions for the node module. |
node.module |
core/modules/node/node.module |
The core module that allows content to be submitted to the site. |
node.pages.inc |
core/modules/node/node.pages.inc |
Callbacks for adding, editing, and deleting content and managing revisions. |
node.path.inc |
core/modules/node/node.path.inc |
Path integration. |
node.preview.css |
core/modules/node/css/node.preview.css |
Styles for preview pages. |
node.test |
core/modules/node/tests/node.test |
Tests for node.module. |
node.tests.info |
core/modules/node/tests/node.tests.info |
[NodeLoadMultipleUnitTest]
name = Load multiple nodes
description = Test the loading of multiple nodes.
group = Node
file = node.test
[NodeFrontPageCallback]
name = Custom home page
description = Test changing home page to custom redirect /node to… |
node.theme.inc |
core/modules/node/node.theme.inc |
Theme functions for the Node module. |
node.tokens.inc |
core/modules/node/node.tokens.inc |
Builds placeholder replacement tokens for node-related data. |
node.tpl.php |
core/themes/bartik/templates/node.tpl.php |
Bartik's theme implementation to display a node. |
node.tpl.php |
core/modules/node/templates/node.tpl.php |
Default theme implementation to display a node. |
node.types.inc |
core/modules/node/node.types.inc |
Content type editing user interface. |
node.views.inc |
core/modules/node/views/node.views.inc |
Provide views data and handlers for node.module. |
node_access_example.info |
modules/examples/node_access_example/node_access_example.info |
name = Node Access Example
description = Demonstrates how a module can use the node access system.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
node_access_example.install |
modules/examples/node_access_example/node_access_example.install |
Install, update, and uninstall functions for the node_access_example module. |
node_access_example.module |
modules/examples/node_access_example/node_access_example.module |
Hook implementations for the Node Access Example module. |
node_access_example.test |
modules/examples/node_access_example/tests/node_access_example.test |
Tests for Node Access example module. |
node_access_example.tests.info |
modules/examples/node_access_example/tests/node_access_example.tests.info |
[NodeAccessExampleTestCase]
name = Node Access example functionality
description = Checks behavior of Node Access Example.
group = Example modules
file = node_access_example.test |
node_access_test.info |
core/modules/node/tests/node_access_test/node_access_test.info |
name = "Node module access tests"
description = "Support module for node permission testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
node_access_test.install |
core/modules/node/tests/node_access_test/node_access_test.install |
Install, update and uninstall functions for the node_access_test module. |
node_access_test.module |
core/modules/node/tests/node_access_test/node_access_test.module |
A dummy module implementing node access related hooks for testing purposes. |
node_hooks_example.info |
modules/examples/node_hooks_example/node_hooks_example.info |
name = Node Hooks Example
description = Demonstrates how to use hook_node_*().
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
node_hooks_example.install |
modules/examples/node_hooks_example/node_hooks_example.install |
Install, update and uninstall functions for the nodeapi_example module. |
node_hooks_example.module |
modules/examples/node_hooks_example/node_hooks_example.module |
Hook implementations for the Node Hooks Example module. |
node_hooks_example.test |
modules/examples/node_hooks_example/tests/node_hooks_example.test |
Test case for testing the Node Hooks Example module. |
node_hooks_example.tests.info |
modules/examples/node_hooks_example/tests/node_hooks_example.tests.info |
[NodeHooksExampleTestCase]
name = Node Hooks Example functionality
description = Demonstrates how to implement hooks that allows to alter a node.
group = Example modules
file = node_hooks_example.test |
node_layout_preview_revision_test.info |
core/modules/node/tests/node_layout_preview_revision_test/node_layout_preview_revision_test.info |
name = Node Layout Preview/Revision Test
description = Support module for node module tests of node preview and revision page layouts.
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
node_layout_preview_revision_test.module |
core/modules/node/tests/node_layout_preview_revision_test/node_layout_preview_revision_test.module |
Node layout preview/revision test module. |
node_test.info |
core/modules/node/tests/node_test/node_test.info |
name = "Node module tests"
description = "Support module for node related testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
node_test.module |
core/modules/node/tests/node_test/node_test.module |
A dummy module for testing node related hooks. |
node_test_exception.info |
core/modules/node/tests/node_test_exception/node_test_exception.info |
name = "Node module exception tests"
description = "Support module for node related exception testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
node_test_exception.module |
core/modules/node/tests/node_test_exception/node_test_exception.module |
A module implementing node related hooks to test API interaction. |
node_type_example.info |
modules/examples/node_type_example/node_type_example.info |
name = Node Type Example
description = Demonstrates how to create a content type and use the field API.
dependencies[] = image
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
node_type_example.install |
modules/examples/node_type_example/node_type_example.install |
Install, update and uninstall functions for the node_example module. |
node_type_example.module |
modules/examples/node_type_example/node_type_example.module |
Hook implementations for the Node Type Example module. |
node_type_example.test |
modules/examples/node_type_example/tests/node_type_example.test |
Simpletest case for the Node Type Example module. |