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. |
installer-install.tpl.php |
core/modules/installer/templates/installer-install.tpl.php |
Default theme implementation for displaying the install page. |
installer-install-queue.tpl.php |
core/modules/installer/templates/installer-install-queue.tpl.php |
Default theme implementation for displaying list of queued projects. |
installer-block.tpl.php |
core/modules/installer/templates/installer-block.tpl.php |
Default theme implementation to display a block on the projects browse page. |
installer.theme.inc |
core/modules/installer/installer.theme.inc |
Project Installer theme pages. |
installer.pages.inc |
core/modules/installer/installer.pages.inc |
Page callbacks used by the Installer browse pages. |
installer.module |
core/modules/installer/installer.module |
Handles installation and updates of contributed projects. |
installer.manager.inc |
core/modules/installer/installer.manager.inc |
Administrative screens and processing functions of the Installer module. |
installer.install |
core/modules/installer/installer.install |
Install, update and uninstall functions for the installer module. |
installer.info |
core/modules/installer/installer.info |
type = module
name = Project Installer
description = Provides a user interface for installing and updating modules, themes, and layouts.
version = BACKDROP_VERSION
package = Development
tags[] = User interface
tags[] = System
backdrop =… |
installer.browser.inc |
core/modules/installer/installer.browser.inc |
Various functions that are required by the Installer browse pages. |
installer.authorize.inc |
core/modules/installer/installer.authorize.inc |
Callbacks and related functions invoked by authorize.php to update projects. |
installer.css |
core/modules/installer/css/installer.css |
/**
* Styles for the Installer interfaces.
*/
.installer-manager-update-form .update-security.odd:not(:hover),
.block-dashboard-updates .update-security.odd:not(:hover) {
background: #FFE0E0;
}
.installer-manager-update-form… |
image.views.inc |
core/modules/image/views/image.views.inc |
Provide views data and handlers for image.module. |