form_test.info |
core/modules/simpletest/tests/form_test.info |
name = "FormAPI Test"
description = "Support module for Form API tests."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = file
hidden = TRUE |
form_test.module |
core/modules/simpletest/tests/form_test.module |
Helper module for the Form API tests. |
front_layout_access.inc |
core/modules/layout/plugins/access/front_layout_access.inc |
Class for loading, modifying, and saving a layout access rule (condition). |
ftp.inc |
core/includes/filetransfer/ftp.inc |
|
geary.info |
core/layouts/geary/geary.info |
type = layout
name = Geary
version = BACKDROP_VERSION
backdrop = 1.x
; Specify regions for this layout.
regions[header] = Header
regions[top] = Top
regions[third1] = First Column
regions[third2] = Second Column
regions[third3] … |
generate-d7-content.sh |
core/scripts/generate-d7-content.sh |
#!/usr/bin/env php
<?php
/**
* Generate content for a Drupal 7 database to test the upgrade process.
*
* Run this script at the root of an existing Drupal 6 installation.
* Steps to use this generation script:
* - Install Drupal 7.
* - Run… |
gettext.inc |
core/includes/gettext.inc |
Gettext parsing and generating API. |
graph.inc |
core/includes/graph.inc |
Directed acyclic graph manipulation. |
graph.test |
core/modules/simpletest/tests/graph.test |
Provides unit tests for graph.inc. |
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:… |
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:… |
handlers.inc |
core/modules/views/includes/handlers.inc |
Defines the various handler objects to help build and display views. |
harris.info |
core/layouts/harris/harris.info |
type = layout
name = Harris
version = BACKDROP_VERSION
backdrop = 1.x
; Specify regions for this layout.
regions[header] = Header
regions[top] = Top
regions[content] = Content
regions[sidebar] = First Sidebar
regions[sidebar2] =… |
header.css |
core/themes/basis/css/component/header.css |
Header region styling. |
header.tpl.php |
core/modules/system/templates/header.tpl.php |
Display generic site information such as logo, site name, etc. |
header.tpl.php |
core/themes/basis/templates/header.tpl.php |
Display generic site information such as logo, site name, etc. |
hero.css |
core/themes/basis/css/component/hero.css |
Hero component styling. |
html-1.txt |
core/modules/simpletest/files/html-1.txt |
<h1>SimpleTest HTML</h1> |
html-2.html |
core/modules/simpletest/files/html-2.html |
|
http.php |
core/modules/simpletest/tests/http.php |
Fake an HTTP request, for use during testing. |
https.php |
core/modules/simpletest/tests/https.php |
Fake an HTTPS request, for use during testing. |
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. |
http_system.inc |
core/includes/http_system.inc |
Contains classes and interfaces related to implementing alternative HTTP
request systems. By default, backdrop_http_request() will execute its own
requests, but this can be replaced by an alternative system if desired by
specifying an alternative in… |
icon.inc |
core/includes/icon.inc |
Provides the Backdrop API for placing icons. |
icon.test |
core/modules/simpletest/tests/icon.test |
Tests for displaying and overriding icons in Backdrop. |
icon_test.info |
core/modules/simpletest/tests/icon_test/icon_test.info |
name = "Icon API test"
description = "Support module for Icon API testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
icon_test.module |
core/modules/simpletest/tests/icon_test/icon_test.module |
Provides testing hooks for Icon API. |
image.admin.css |
core/modules/image/css/image.admin.css |
/**
* Image style configuration pages.
*/
div.image-style-new,
div.image-style-new div {
display: inline;
}
div.image-style-preview .preview-image-wrapper {
float: left;
padding-bottom: 2em;
text-align: center;
top: 50%;
width:… |
image.admin.inc |
core/modules/image/image.admin.inc |
Admin page callbacks for the Image module. |
image.api.php |
core/modules/image/image.api.php |
Hooks related to image styles and effects. |
image.css |
core/modules/image/css/image.css |
/**
* Image upload widget.
*/
.image-preview {
float: left; /* LTR */
padding: 0 10px 10px 0; /* LTR */
}
[dir="rtl"] .image-preview {
float: right;
padding: 0 0 10px 10px;
}
div.image-widget-data {
float: left; /* LTR */
… |
image.effects.inc |
core/modules/image/image.effects.inc |
Functions needed to execute image effects provided by Image module. |
image.field.inc |
core/modules/image/image.field.inc |
Implement an image field, based on the file module's file field. |
image.gd.inc |
core/modules/system/image.gd.inc |
GD2 toolkit for image manipulation within Backdrop. |
image.inc |
core/includes/image.inc |
API for manipulating images. |
image.info |
core/modules/image/image.info |
type = module
name = Image
description = Provides image manipulation tools and image field type.
package = Fields
tags[] = Images
tags[] = Media
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
dependencies[] = file
configure =… |
image.install |
core/modules/image/image.install |
Install, update and uninstall functions for the image module. |
image.module |
core/modules/image/image.module |
Exposes global functionality for creating image styles. |
image.test |
core/modules/image/tests/image.test |
Tests for image.module. |
image.test |
core/modules/simpletest/tests/image.test |
Tests for core image handling API. |
image.tests.info |
core/modules/image/tests/image.tests.info |
[ImageStylesPathAndUrlUnitTest]
name = Image styles path and URL functions
description = Tests functions for generating paths and URLs to image styles.
group = Image
file = image.test
[ImageEffectsUnitTest]
name = Image effects
description = Test… |
image.theme.inc |
core/modules/image/image.theme.inc |
Theme functions for the Image module. |
image.tokens.inc |
core/modules/image/image.tokens.inc |
Builds placeholder replacement tokens for image styles. |
image.views.inc |
core/modules/image/views/image.views.inc |
Provide views data and handlers for image.module. |
image_example.info |
modules/examples/image_example/image_example.info |
name = Image Example
description = Example implementation of image.module hooks.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
dependencies[] = image |
image_example.install |
modules/examples/image_example/image_example.install |
Install, update, and uninstall functions for the image_example module. |
image_example.module |
modules/examples/image_example/image_example.module |
Hooks implementations for the Image Example module. |
image_example.pages.inc |
modules/examples/image_example/image_example.pages.inc |
Page/form showing image styles in use. |
image_example.test |
modules/examples/image_example/tests/image_example.test |
Test case for testing the image example module. |
image_example.tests.info |
modules/examples/image_example/tests/image_example.tests.info |
[ImageExampleTestCase]
name = Image example functionality
description = Tests image functionality.
group = Example modules
file = image_example.test |