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.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). |
language_layout_access.inc |
core/modules/layout/plugins/access/language_layout_access.inc |
Plugin to provide access control based upon the current site language. |
http_response_code_layout_access.inc |
core/modules/layout/plugins/access/http_response_code_layout_access.inc |
Plugin to provide access control by the server HTTP response code. |
front_layout_access.inc |
core/modules/layout/plugins/access/front_layout_access.inc |
Class for loading, modifying, and saving a layout access rule (condition). |
entity_id_layout_access.inc |
core/modules/layout/plugins/access/entity_id_layout_access.inc |
Plugin to provide access control based upon entity ID. |
entity_bundle_layout_access.inc |
core/modules/layout/plugins/access/entity_bundle_layout_access.inc |
Plugin to provide access control based upon entity bundle. |
layout.theme.inc |
core/modules/layout/layout.theme.inc |
Theme functions for the Layout module. |
layout.pages.inc |
core/modules/layout/layout.pages.inc |
Page callbacks for non-administrative pages of Layout module. |
layout.module |
core/modules/layout/layout.module |
The Layout module creates pages and wraps existing pages in layouts. |
layout.install |
core/modules/layout/layout.install |
Install, update and uninstall functions for the Layout module. |
layout.info |
core/modules/layout/layout.info |
type = module
name = Layout
description = Provides a drag and drop page building tool.
package = Layouts
tags[] = Blocks
tags[] = Site Architecture
version = BACKDROP_VERSION
backdrop = 1.x
required = TRUE |
layout.flexible.inc |
core/modules/layout/layout.flexible.inc |
Provides configurable (flexible) layout templates. |
layout.entity.admin.inc |
core/modules/layout/layout.entity.admin.inc |
Provides a user interface for managing layouts for entity bundles. |
layout.context.admin.inc |
core/modules/layout/layout.context.admin.inc |
Administrative functions for custom layout contexts. |