admin_bar.map.inc |
core/modules/admin_bar/admin_bar.map.inc |
Implements hook_admin_bar_map() on behalf of core modules. |
admin_bar.install |
core/modules/admin_bar/admin_bar.install |
Install, update, and uninstall functions for the admin bar module. |
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.inc |
core/modules/admin_bar/admin_bar.inc |
Menu builder functions for Administration bar. |
admin_bar.css |
core/modules/admin_bar/css/admin_bar.css |
Administration bar. |
admin_bar.api.php |
core/modules/admin_bar/admin_bar.api.php |
API documentation for Administration bar. |
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-tabs.css |
core/themes/basis/css/component/admin-tabs.css |
Backdrop Admin Tabs styles. |
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 |
action_example.test |
modules/examples/action_example/tests/action_example.test |
test file for action_example module. |
action_example.module |
modules/examples/action_example/action_example.module |
Hook implementations for the Action Example 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 |
actions_loop_test.module |
core/modules/simpletest/tests/actions_loop_test.module |
|
actions_loop_test.install |
core/modules/simpletest/tests/actions_loop_test.install |
|
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.test |
core/modules/simpletest/tests/actions.test |
Tests for checking the actions system within Backdrop. |
actions.inc |
core/includes/actions.inc |
This is the actions engine for executing stored actions. |
accordion.tpl.php |
modules/examples/js_example/accordion.tpl.php |
Template file for js_example module. |
aaa_update_test.module |
core/modules/update/tests/aaa_update_test/aaa_update_test.module |
Dummy module for testing Update status. |
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_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 |