layout.tpl.php |
core/modules/layout/templates/layout.tpl.php |
Template for a single column layout. |
layout_access.inc |
core/modules/layout/plugins/access/layout_access.inc |
Class for loading, modifying, and saving a layout access rule (condition). |
layout_context.inc |
core/modules/layout/plugins/context/layout_context.inc |
Class that holds information relating to a layout's context. |
layout_entity.test |
core/modules/layout/tests/layout_entity.test |
Tests the user interface for adding layout configuration to entity types. |
layout_flexible.class.inc |
core/modules/layout/includes/layout_flexible.class.inc |
Class that holds configuration for a flexible layout template configuration. |
layout_handler.class.inc |
core/modules/layout/includes/layout_handler.class.inc |
Base classes used by all Layout handlers. |
layout_menu_item.class.inc |
core/modules/layout/includes/layout_menu_item.class.inc |
Class for storing information about menu item entries. |
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. |
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_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. |
LICENSE.txt |
LICENSE.txt |
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
LICENSE.txt |
modules/examples/LICENSE.txt |
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
link.attribute.test |
core/modules/link/tests/link.attribute.test |
Basic simpletests to test options on link module. |
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.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.theme.inc |
core/modules/link/link.theme.inc |
Theme functions and preprocessing for Link module output. |
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. |
list.info |
core/modules/field/modules/list/list.info |
type = module
name = List
description = Defines list field types. Use with Options to create selection lists.
package = Fields
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
dependencies[] = field
dependencies[] = options |
list.install |
core/modules/field/modules/list/list.install |
Install, update and uninstall functions for the list module. |
list.module |
core/modules/field/modules/list/list.module |
Defines list field types that can be used with the Options module. |
list.test |
core/modules/field/modules/list/tests/list.test |
Tests for list.module. |
list.tests.info |
core/modules/field/modules/list/tests/list.tests.info |
[ListFieldTestCase]
name = List field
description = Test the List field type.
group = Field types
file = list.test
[ListDynamicValuesValidationTestCase]
name = List field dynamic values
description = Test the List field allowed values function.
group… |
list_test.info |
core/modules/field/modules/list/tests/list_test.info |
name = "List test"
description = "Support module for the List module tests."
backdrop = 1.x
package = Testing
version = BACKDROP_VERSION
type = module
hidden = TRUE |
list_test.module |
core/modules/field/modules/list/tests/list_test.module |
Helper module for the List module tests. |
local.inc |
core/includes/filetransfer/local.inc |
|
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.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.inc |
core/includes/locale.inc |
Administration functions for 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.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.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.theme.inc |
core/modules/locale/locale.theme.inc |
Theme functions for the Locale module. |