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. |
node_type_example.tests.info |
modules/examples/node_type_example/tests/node_type_example.tests.info |
[NodeTypeExampleTestCase]
name = Node Type Example functionality
description = Verify custom node type creation.
group = Example modules
file = node_type_example.test |
node_views_revision_relations.test |
core/modules/node/tests/node_views_revision_relations.test |
Definition of ViewsNodeRevisionRelationsTestCase. |
normalize.css |
core/misc/normalize.css |
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of… |
number.info |
core/modules/field/modules/number/number.info |
type = module
name = Number
description = Defines numeric field types.
package = Fields
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
dependencies[] = field |
number.install |
core/modules/field/modules/number/number.install |
Install, update and uninstall functions for the number module. |
number.module |
core/modules/field/modules/number/number.module |
Defines numeric field types. |
number.test |
core/modules/field/modules/number/tests/number.test |
Tests for number.module. |
number.tests.info |
core/modules/field/modules/number/tests/number.tests.info |
[NumberFieldTestCase]
name = Number field
description = Test the creation of number fields.
group = Field types
file = number.test
[NumberFieldSettingsTestCase]
name = Number field settings
description = Test settings for number fields.
group = Field… |
number_settings.test |
core/modules/field/modules/number/tests/number_settings.test |
Tests for number.module settings. |
OFL.txt |
core/misc/opensans/OFL.txt |
Copyright 2020 The Open Sans Project Authors (https://github.com/googlefonts/opensans)
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February… |
one-column.css |
core/layouts/legacy/one_column/one-column.css |
CSS for the one column layout. |
one_column.info |
core/layouts/legacy/one_column/one_column.info |
; Note that the 1 column layout uses the layout.tpl.php file provided by Layout
; module, and so it does not provide a tpl.php file itself. To override this
; layout's template, copy it from core/modules/layout/templates/layout.tpl.php.
name = 1… |
opensans.css |
core/misc/opensans/opensans.css |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src:
url('OpenSans-Regular-webfont.woff2') format('woff2'),
url('OpenSans-Regular-webfont.woff')… |
options.api.php |
core/modules/field/modules/options/options.api.php |
Hooks provided by the Options module. |
options.css |
core/modules/field/modules/options/css/options.css |
Stylesheet for the Options module. |
options.element.inc |
core/modules/field/modules/options/options.element.inc |
All logic for options form elements. |
options.info |
core/modules/field/modules/options/options.info |
type = module
name = Options
description = Defines selection, check box and radio button widgets for text and numeric fields.
package = Fields
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
dependencies[] = field |
options.module |
core/modules/field/modules/options/options.module |
Defines selection, check box and radio button widgets for text and numeric fields. |
options.test |
core/modules/field/modules/options/tests/options.test |
Tests for options.module. |
options.tests.info |
core/modules/field/modules/options/tests/options.tests.info |
[OptionsWidgetsTestCase]
name = Options widgets
description = Test the Options widgets.
group = Field types
file = options.test
[OptionsSelectDynamicValuesTestCase]
name = Options select dynamic values
description = Test an options select on a list… |
options.theme.inc |
core/modules/field/modules/options/options.theme.inc |
Theme functions for the Options module. |
page-components.tpl.php |
core/modules/system/templates/page-components.tpl.php |
Template for outputting title component blocks. |
page.tpl.php |
core/modules/system/templates/page.tpl.php |
Default theme implementation to display the basic html structure of a single
Backdrop page. |
pager.class.inc |
core/includes/pager.class.inc |
|
pager.css |
core/themes/basis/css/component/pager.css |
Pager styling. |
pager.inc |
core/includes/pager.inc |
Functions to aid in presenting database results as a set of pages. |
pager.test |
core/modules/simpletest/tests/pager.test |
Tests for pager functionality. |
pager_example.info |
modules/examples/pager_example/pager_example.info |
name = Pager Example
description = Demonstrates a page with content in a pager.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
pager_example.module |
modules/examples/pager_example/pager_example.module |
Hook implementations for the Pager Example module. |
pager_example.test |
modules/examples/pager_example/tests/pager_example.test |
Simpletest case for pager_example module. |
pager_example.tests.info |
modules/examples/pager_example/tests/pager_example.tests.info |
[PagerExampleTestCase]
name = Pager example functionality
description = Tests pager functionality.
group = Example modules
file = pager_example.test |
page_example.info |
modules/examples/page_example/page_example.info |
name = Page Example
description = An example module showing how to define a page to be displayed to the user at a given URL.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
page_example.module |
modules/examples/page_example/page_example.module |
Hook implementations for the Page Example module. |