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. |
layout.api.php |
core/modules/layout/layout.api.php |
Describe hooks provided by the Layout module. |
layout.admin.inc |
core/modules/layout/layout.admin.inc |
Admin page callbacks for the Layout module. |
layout_menu_item.class.inc |
core/modules/layout/includes/layout_menu_item.class.inc |
Class for storing information about menu item entries. |
layout_handler.class.inc |
core/modules/layout/includes/layout_handler.class.inc |
Base classes used by all Layout handlers. |
layout_flexible.class.inc |
core/modules/layout/includes/layout_flexible.class.inc |
Class that holds configuration for a flexible layout template configuration. |
layout.layout.inc |
core/modules/layout/includes/layout.layout.inc |
Contains hook implementations Layout module provides for itself. |
layout.exceptions.inc |
core/modules/layout/includes/layout.exceptions.inc |
Exceptions used by the Layout module. |
layout.class.inc |
core/modules/layout/includes/layout.class.inc |
Class for loading, modifying, and executing a layout. |
block_legacy.class.inc |
core/modules/layout/includes/block_legacy.class.inc |
Class that wraps around legacy hook_block_view/config/save() hooks. |
block.text.inc |
core/modules/layout/includes/block.text.inc |
|
block.hero.inc |
core/modules/layout/includes/block.hero.inc |
|
block.class.inc |
core/modules/layout/includes/block.class.inc |
A class that wraps around a block to store settings information. |
layout.flexible.admin.css |
core/modules/layout/css/layout.flexible.admin.css |
/**
* Flexible template admin CSS.
*/
.layout-flexible-region-top .label {
display: inline-block;
margin: 0;
padding: 4px 12px 4px 0; /* LTR */
line-height: 1.2;
text-transform: uppercase;
font-weight: normal;
color:… |
layout.admin.css |
core/modules/layout/css/layout.admin.css |
/**
* Layout admin css.
*/
/* Layout listing form. */
.layout-list .layout-group td {
background: #dddddd;
}
.layout-list .layout-group td:first-child {
font-weight: bold;
}
.layout-list .layout-group td.missing-path,
.layout-list… |
grid-float.css |
core/modules/layout/css/grid-float.css |
/*!
* Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
.container {
margin-left: auto;
margin-right: auto;
padding-left:… |
grid-flexbox.css |
core/modules/layout/css/grid-flexbox.css |
@-webkit-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
.container {
padding-right: .9375rem;
padding-left: .9375rem;
margin-right:… |
language.tests.info |
core/modules/language/tests/language.tests.info |
[LanguageListTest]
name = Language list configuration
description = Adds a new language and tests changing its status and the default language.
group = Language
file = language.test |
language.test |
core/modules/language/tests/language.test |
Tests for language.module. |
language.theme.inc |
core/modules/language/language.theme.inc |
Theme functions for the Language module. |
language.module |
core/modules/language/language.module |
Add language handling functionality to Backdrop. |
language.install |
core/modules/language/language.install |
Install, update and uninstall functions for the language module. |
language.info |
core/modules/language/language.info |
name = Language
description = Lets you configure a number of languages to be used on your website.
package = Translation
tags[] = Language
version = BACKDROP_VERSION
type = module
backdrop = 1.x
configure = admin/config/regional/language |
language.api.php |
core/modules/language/language.api.php |
Hooks provided by the Language module. |
language.admin.inc |
core/modules/language/language.admin.inc |
Admin page callbacks for the Language module. |
installer_test.module |
core/modules/installer/tests/installer_test/installer_test.module |
|
installer_test.info |
core/modules/installer/tests/installer_test/installer_test.info |
name = "Installer Browser module tests"
description = "Support module for Installer Browser related testing."
package = Testing
version = BACKDROP_VERSION
backdrop = 1.x
type = module
hidden = TRUE |
installer.tests.info |
core/modules/installer/tests/installer.tests.info |
[InstallerTestUploadCase]
name = Upload and extract module functionality
description = Tests the installer module's upload and extraction functionality.
group = Installer (module)
file =… |
installer.test |
core/modules/installer/tests/installer.test |
|
ccc_installer_test.module |
core/modules/installer/tests/ccc_installer_test/ccc_installer_test.module |
Dummy module for testing Installer module. |
ccc_installer_test.info |
core/modules/installer/tests/ccc_installer_test/ccc_installer_test.info |
name = CCC Installer test
description = Support module for installer module testing.
package = Testing
version = BACKDROP_VERSION
backdrop = 1.x
hidden = TRUE
type = module |
bbb_installer_test.module |
core/modules/installer/tests/bbb_installer_test/bbb_installer_test.module |
Dummy module for testing Installer module. |
bbb_installer_test.info |
core/modules/installer/tests/bbb_installer_test/bbb_installer_test.info |
name = BBB Installer test
description = Support module for installer module testing.
package = Testing
version = BACKDROP_VERSION
backdrop = 1.x
hidden = TRUE
type = module |
aaa_installer_test.module |
core/modules/installer/tests/aaa_installer_test/aaa_installer_test.module |
Dummy module for testing Installer module. |
aaa_installer_test.info |
core/modules/installer/tests/aaa_installer_test/aaa_installer_test.info |
name = AAA Installer test
description = Support module for installer module testing.
package = Testing
version = BACKDROP_VERSION
backdrop = 1.x
hidden = TRUE
type = module |
installer-project.tpl.php |
core/modules/installer/templates/installer-project.tpl.php |
Default theme implementation for displaying a project. |
installer-project-dialog.tpl.php |
core/modules/installer/templates/installer-project-dialog.tpl.php |
Default theme implementation for displaying a project in a dialog. |
installer-list.tpl.php |
core/modules/installer/templates/installer-list.tpl.php |
Default theme implementation for displaying list of projects. |