locale.module |
core/modules/locale/locale.module |
Add language handling functionality and enables the translation of the
user interface to languages other than English. |
locale.install |
core/modules/locale/locale.install |
Install, update and uninstall functions for the locale module. |
locale.info |
core/modules/locale/locale.info |
name = Locale
description = Provides language negotiation functionality and user interface translation to languages other than English.
package = Translation
tags[] = Language
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] =… |
locale.bulk.inc |
core/modules/locale/locale.bulk.inc |
Mass import-export and batch import functionality for Gettext .po files. |
locale.api.php |
core/modules/locale/locale.api.php |
Hooks provided by the Locale module. |
locale.admin.inc |
core/modules/locale/locale.admin.inc |
Admin page callbacks for the Locale module. |
locale.css |
core/modules/locale/css/locale.css |
.locale-untranslated {
font-style: normal;
text-decoration: line-through;
}
.locale-translation-filter-form .form-item-language,
.locale-translation-filter-form .form-item-translation,
.locale-translation-filter-form .form-item-group {
float:… |
link_field_custom_form_test.module |
core/modules/link/tests/modules/link_field_custom_form_test/link_field_custom_form_test.module |
Helper module for testing link fields with custom forms. |
link_field_custom_form_test.info |
core/modules/link/tests/modules/link_field_custom_form_test/link_field_custom_form_test.info |
type = module
name = Link Custom Form Test
description = Helper module to test custom forms and link fields.
package = Testing
backdrop = 1.x
version = BACKDROP_VERSION
dependencies[] = link
hidden = TRUE |
link.validate.test |
core/modules/link/tests/link.validate.test |
Tests that exercise the validation functions in the link module. |
link.ui.test |
core/modules/link/tests/link.ui.test |
Testing CRUD API in the browser. |
link.token.test |
core/modules/link/tests/link.token.test |
Contains simpletests making sure token integration works. |
link.tests.info |
core/modules/link/tests/link.tests.info |
[LinkAttributeCrudTest]
name = Link attribute tests
description = Tests the field attributes, making sure they appear in various displayed situations.
group = Link
file = link.attribute.test
[LinkUITest]
name = Link UI test
description = Tests the… |
link.test |
core/modules/link/tests/link.test |
Link base test file - contains common functions for testing links. |
link.sanitize.test |
core/modules/link/tests/link.sanitize.test |
Contains simpletests for sanitization. |
link.custom.test |
core/modules/link/tests/link.custom.test |
Basic simpletests to test basic link fields in a custom form. |
link.attribute.test |
core/modules/link/tests/link.attribute.test |
Basic simpletests to test options on link module. |
link.theme.inc |
core/modules/link/link.theme.inc |
Theme functions and preprocessing for Link module output. |
link.module |
core/modules/link/link.module |
Defines simple link field types. |
link.install |
core/modules/link/link.install |
Install file for the link module. |
link.info |
core/modules/link/link.info |
type = module
name = Link
description = Defines simple link field types.
package = Fields
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x |
link.css |
core/modules/link/css/link.css |
Styles for Link module. |
layout_upgrade_database.php |
core/modules/layout/tests/layout_upgrade_database.php |
Database additions for Layout upgrade tests. Used in layout.test. |
layout_test_renderer.inc |
core/modules/layout/tests/layout_test/layout_test_renderer.inc |
|
layout.css |
core/modules/layout/tests/layout_test/layout_test_layout/layout.css |
CSS for the three-three-four layout. |
layout--layout-test-layout.tpl.php |
core/modules/layout/tests/layout_test/layout_test_layout/layout--layout-test-layout.tpl.php |
Template for a test layout, very similar to the normal 2 column layout. |
layout_test.module |
core/modules/layout/tests/layout_test/layout_test.module |
Layout test module. |
layout_test.info |
core/modules/layout/tests/layout_test/layout_test.info |
name = Layout Test
description = Support module for Layout module tests.
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
layout_entity.test |
core/modules/layout/tests/layout_entity.test |
Tests the user interface for adding layout configuration to entity types. |
layout.tests.info |
core/modules/layout/tests/layout.tests.info |
[LayoutInterfaceTest]
name = Layout Interface Test
description = Tests the interface for adding, removing, and moving blocks.
group = Layout
file = layout.test
[LayoutBlockTest]
name = Layout Block Test
description = Tests the blocks title, content,… |
layout.test |
core/modules/layout/tests/layout.test |
Tests for the Layout module. |
layout.tpl.php |
core/modules/layout/templates/layout.tpl.php |
Template for a single column layout. |
layout-content-form.tpl.php |
core/modules/layout/templates/layout-content-form.tpl.php |
|
layout--flexible.tpl.php |
core/modules/layout/templates/layout--flexible.tpl.php |
Template for a flexible template. |
block.tpl.php |
core/modules/layout/templates/block.tpl.php |
Template for outputting the default block styling within a Layout. |
block-dynamic.tpl.php |
core/modules/layout/templates/block-dynamic.tpl.php |
Template for outputting the dynamic block styling within a Layout. |
layout_style_dynamic.inc |
core/modules/layout/plugins/styles/layout_style_dynamic.inc |
Class providing forms and settings for the default Layout block style. |
layout_style_default.inc |
core/modules/layout/plugins/styles/layout_style_default.inc |
Class providing forms and settings for the default Layout block style. |
layout_renderer_standard.inc |
core/modules/layout/plugins/renderers/layout_renderer_standard.inc |
|
layout_renderer_flexible.inc |
core/modules/layout/plugins/renderers/layout_renderer_flexible.inc |
|
layout_renderer_editor.inc |
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
Class file to control the main Layout editor. |
layout_relationship.inc |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Class that holds information relating to a layout's context relationships. |
author_from_node.inc |
core/modules/layout/plugins/relationships/author_from_node.inc |
Provides relationship to relate the Author from a piece of content (node). |
layout_context.inc |
core/modules/layout/plugins/context/layout_context.inc |
Class that holds information relating to a layout's context. |
entity_layout_context_handler.inc |
core/modules/layout/plugins/context/entity_layout_context_handler.inc |
Layout context handler for entities. |
user_role_layout_access.inc |
core/modules/layout/plugins/access/user_role_layout_access.inc |
Plugin to provide access control based upon role membership. |
user_permission_layout_access.inc |
core/modules/layout/plugins/access/user_permission_layout_access.inc |
Plugin to provide access control based on user permission strings. |
user_compare_layout_access.inc |
core/modules/layout/plugins/access/user_compare_layout_access.inc |
Contains UserCompareLayoutAccess class. |
path_layout_access.inc |
core/modules/layout/plugins/access/path_layout_access.inc |
Plugin to provide access control/visibility based on path. |
layout_access.inc |
core/modules/layout/plugins/access/layout_access.inc |
Class for loading, modifying, and saving a layout access rule (condition). |