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 |
aaa_installer_test.module |
core/modules/installer/tests/aaa_installer_test/aaa_installer_test.module |
Dummy module for testing Installer module. |
aaa_update_test.info |
core/modules/update/tests/aaa_update_test/aaa_update_test.info |
name = AAA Update test
description = Support module for update module testing.
package = Testing
version = BACKDROP_VERSION
backdrop = 1.x
hidden = TRUE
type = module |
aaa_update_test.module |
core/modules/update/tests/aaa_update_test/aaa_update_test.module |
Dummy module for testing Update status. |
accordion.tpl.php |
modules/examples/js_example/accordion.tpl.php |
Template file for js_example module. |
actions.inc |
core/includes/actions.inc |
This is the actions engine for executing stored actions. |
actions.test |
core/modules/simpletest/tests/actions.test |
Tests for checking the actions system within Backdrop. |
actions_loop_test.info |
core/modules/simpletest/tests/actions_loop_test.info |
name = Actions loop test
description = Support module for action loop testing.
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
actions_loop_test.install |
core/modules/simpletest/tests/actions_loop_test.install |
|
actions_loop_test.module |
core/modules/simpletest/tests/actions_loop_test.module |
|
action_example.info |
modules/examples/action_example/action_example.info |
name = Action Example
description = Demonstrates providing actions that can be associated to triggers.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
action_example.module |
modules/examples/action_example/action_example.module |
Hook implementations for the Action Example module. |
action_example.test |
modules/examples/action_example/tests/action_example.test |
test file for action_example module. |
action_example.tests.info |
modules/examples/action_example/tests/action_example.tests.info |
[ActionExampleTestCase]
name = Action example functionality
description = Perform various tests on action_example module.
group = Example modules
file = action_example.test |
admin-tabs.css |
core/themes/basis/css/component/admin-tabs.css |
Backdrop Admin Tabs styles. |
admin_bar-print.css |
core/modules/admin_bar/css/admin_bar-print.css |
/**
* Hide the admin bar when printing.
*/
#admin-bar {
display: none;
}
.admin-bar body {
border-top: none !important;
} |
admin_bar.api.php |
core/modules/admin_bar/admin_bar.api.php |
API documentation for Administration bar. |
admin_bar.css |
core/modules/admin_bar/css/admin_bar.css |
Administration bar. |
admin_bar.inc |
core/modules/admin_bar/admin_bar.inc |
Menu builder functions for Administration bar. |
admin_bar.info |
core/modules/admin_bar/admin_bar.info |
type = module
name = Administration Bar
description = "Provides a dropdown menu to most administrative tasks and other common destinations."
package = Administration
tags[] = Menus
tags[] = Site Navigation
tags[] = User Interface
version =… |
admin_bar.install |
core/modules/admin_bar/admin_bar.install |
Install, update, and uninstall functions for the admin bar module. |
admin_bar.map.inc |
core/modules/admin_bar/admin_bar.map.inc |
Implements hook_admin_bar_map() on behalf of core modules. |
admin_bar.module |
core/modules/admin_bar/admin_bar.module |
Render an administrative bar as a dropdown menu at the top of the window. |
admin_bar.test |
core/modules/admin_bar/tests/admin_bar.test |
Tests for the Administration bar module. |
admin_bar.tests.info |
core/modules/admin_bar/tests/admin_bar.tests.info |
[AdminBarPermissionsTestCase]
name = Menu link access permissions
description = Tests appearance of menu links depending on user permissions.
group = Administration bar
file = admin_bar.test
[AdminBarDynamicLinksTestCase]
name = Dynamic… |
admin_bar.theme.inc |
core/modules/admin_bar/admin_bar.theme.inc |
Theme functions for the Admin Bar module. |
ajax.inc |
core/includes/ajax.inc |
Functions for use with Backdrop's Ajax framework. |
ajax.inc |
core/modules/views/includes/ajax.inc |
Handles the server side AJAX interactions of Views. |
ajax.test |
core/modules/simpletest/tests/ajax.test |
Ajax Tests. |
ajax_example.css |
modules/examples/ajax_example/ajax_example.css |
/*
* @file
* CSS for ajax_example.
*
* See ajax_example_dependent_dropdown_degrades for
* details on what this file does. It is not used in any other example.
*/
/* Hides the next button when not degrading to non-JavaScript… |
ajax_example.info |
modules/examples/ajax_example/ajax_example.info |
name = AJAX Example
description = An example module showing how to use AJAX forms.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
stylesheets[all][] = ajax_example.css |
ajax_example.install |
modules/examples/ajax_example/ajax_example.install |
AJAX Examples install file schema for ajax_example_form_node_form_alter() |
ajax_example.module |
modules/examples/ajax_example/ajax_example.module |
Hook implementations for the AJAX Example module. |
ajax_example.test |
modules/examples/ajax_example/tests/ajax_example.test |
Test ajax example module. |
ajax_example.tests.info |
modules/examples/ajax_example/tests/ajax_example.tests.info |
[AjaxExampleTestCase]
name = Ajax example functionality
description = Checks behavior of the Ajax Example.
group = Example modules
file = ajax_example.test |
ajax_example_advanced.inc |
modules/examples/ajax_example/ajax_example_advanced.inc |
AJAX Commands examples. |
ajax_example_autocomplete.inc |
modules/examples/ajax_example/ajax_example_autocomplete.inc |
ajax_example_autocomplete.inc |
ajax_example_graceful_degradation.inc |
modules/examples/ajax_example/ajax_example_graceful_degradation.inc |
Demonstrations of AJAX with graceful degradation. |
ajax_example_misc.inc |
modules/examples/ajax_example/ajax_example_misc.inc |
AJAX Miscellaneous Topics. |
ajax_example_node_form_alter.inc |
modules/examples/ajax_example/ajax_example_node_form_alter.inc |
This example shows how to use AJAX when altering a node form. |
ajax_example_progressbar.inc |
modules/examples/ajax_example/ajax_example_progressbar.inc |
Progress bar example. |
ajax_forms_test.info |
core/modules/simpletest/tests/ajax_forms_test.info |
name = "AJAX form test mock module"
description = "Test for AJAX form calls."
backdrop = 1.x
package = Testing
version = BACKDROP_VERSION
type = module
hidden = TRUE |
ajax_forms_test.module |
core/modules/simpletest/tests/ajax_forms_test.module |
Simpletest mock module for Ajax forms testing. |
ajax_test.info |
core/modules/simpletest/tests/ajax_test.info |
name = AJAX Test
description = Support module for AJAX framework tests.
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
ajax_test.module |
core/modules/simpletest/tests/ajax_test.module |
Helper module for Ajax framework tests. |
anonymous.inc |
core/includes/anonymous.inc |
|
archiver.inc |
core/includes/archiver.inc |
Shared classes and interfaces for the archiver system. |
authorize.inc |
core/includes/authorize.inc |
Helper functions and form handlers used for the authorize.php script. |
authorize.php |
core/authorize.php |
Administrative script for running authorized file operations. |
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). |