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_relationship.inc |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Class that holds information relating to a layout's context relationships. |
layout_renderer_editor.inc |
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
Class file to control the main Layout editor. |
layout_renderer_flexible.inc |
core/modules/layout/plugins/renderers/layout_renderer_flexible.inc |
|
layout_renderer_standard.inc |
core/modules/layout/plugins/renderers/layout_renderer_standard.inc |
|
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_style_dynamic.inc |
core/modules/layout/plugins/styles/layout_style_dynamic.inc |
Class providing forms and settings for the default Layout block style. |
block-dynamic.tpl.php |
core/modules/layout/templates/block-dynamic.tpl.php |
Template for outputting the dynamic block styling within a Layout. |
block.tpl.php |
core/modules/layout/templates/block.tpl.php |
Template for outputting the default block styling within a Layout. |
layout--flexible.tpl.php |
core/modules/layout/templates/layout--flexible.tpl.php |
Template for a flexible template. |
layout-content-form.tpl.php |
core/modules/layout/templates/layout-content-form.tpl.php |
|
layout.tpl.php |
core/modules/layout/templates/layout.tpl.php |
Template for a single column layout. |
layout.test |
core/modules/layout/tests/layout.test |
Tests for the Layout module. |
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_entity.test |
core/modules/layout/tests/layout_entity.test |
Tests the user interface for adding layout configuration to entity types. |
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_test.module |
core/modules/layout/tests/layout_test/layout_test.module |
Layout test module. |
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.css |
core/modules/layout/tests/layout_test/layout_test_layout/layout.css |
CSS for the three-three-four layout. |
layout_test_renderer.inc |
core/modules/layout/tests/layout_test/layout_test_renderer.inc |
|
layout_upgrade_database.php |
core/modules/layout/tests/layout_upgrade_database.php |
Database additions for Layout upgrade tests. Used in layout.test. |
link.css |
core/modules/link/css/link.css |
Styles for 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.install |
core/modules/link/link.install |
Install file for the link module. |
link.module |
core/modules/link/link.module |
Defines simple link field types. |
link.theme.inc |
core/modules/link/link.theme.inc |
Theme functions and preprocessing for Link module output. |
link.attribute.test |
core/modules/link/tests/link.attribute.test |
Basic simpletests to test options on link module. |
link.custom.test |
core/modules/link/tests/link.custom.test |
Basic simpletests to test basic link fields in a custom form. |
link.sanitize.test |
core/modules/link/tests/link.sanitize.test |
Contains simpletests for sanitization. |
link.test |
core/modules/link/tests/link.test |
Link base test file - contains common functions for testing links. |
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.token.test |
core/modules/link/tests/link.token.test |
Contains simpletests making sure token integration works. |
link.ui.test |
core/modules/link/tests/link.ui.test |
Testing CRUD API in the browser. |
link.validate.test |
core/modules/link/tests/link.validate.test |
Tests that exercise the validation functions in the link module. |
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_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. |
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:… |
locale.admin.inc |
core/modules/locale/locale.admin.inc |
Admin page callbacks for the Locale module. |
locale.api.php |
core/modules/locale/locale.api.php |
Hooks provided by the Locale module. |
locale.bulk.inc |
core/modules/locale/locale.bulk.inc |
Mass import-export and batch import functionality for Gettext .po files. |
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.install |
core/modules/locale/locale.install |
Install, update and uninstall functions for the locale module. |
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.pages.inc |
core/modules/locale/locale.pages.inc |
Interface translation summary, editing and deletion user interfaces. |
locale.theme.inc |
core/modules/locale/locale.theme.inc |
Theme functions for the Locale module. |
locale.test |
core/modules/locale/tests/locale.test |
Tests for locale.module. |
locale.tests.info |
core/modules/locale/tests/locale.tests.info |
[LocaleConfigurationTest]
name = Language negotiation autoconfiguration
description = Adds and configures languages to check negotiation changes.
group = Locale
file = locale.test
[LocaleJavascriptTranslationTest]
name = Javascript… |
locale_test.info |
core/modules/locale/tests/locale_test/locale_test.info |
name = "Locale Test"
description = "Support module for the locale layer tests."
backdrop = 1.x
package = Testing
version = BACKDROP_VERSION
type = module
hidden = TRUE |
locale_test.module |
core/modules/locale/tests/locale_test/locale_test.module |
Mock module for locale layer tests. |
locale.views.inc |
core/modules/locale/views/locale.views.inc |
Provides views data and handlers for locale.module. |