File namesort ascending Location Description
bbb_update_test.module core/modules/update/tests/bbb_update_test/bbb_update_test.module Dummy module for testing Update status.
bbb_update_test.info core/modules/update/tests/bbb_update_test/bbb_update_test.info name = BBB Update test description = Support module for update 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
batch_test.module core/modules/simpletest/tests/batch_test.module Helper module for the Batch API tests.
batch_test.info core/modules/simpletest/tests/batch_test.info name = "Batch API test" description = "Support module for Batch API tests." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
batch_test.callbacks.inc core/modules/simpletest/tests/batch_test.callbacks.inc Batch callbacks for the Batch API tests.
batch_example.tests.info modules/examples/batch_example/batch_example.tests.info [BatchExampleTestCase] name = Batch example functionality description = Tests batch functionality. group = Example modules file = batch_example.test
batch_example.test modules/examples/batch_example/batch_example.test Test case for Testing the batch example module.
batch_example.module modules/examples/batch_example/batch_example.module Outlines how a module can use the Batch API.
batch_example.install modules/examples/batch_example/batch_example.install Install, update, and uninstall functions for the batch_example module.
batch_example.info modules/examples/batch_example/batch_example.info name = Batch example description = An example outlining how a module can define batch operations. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
batch.test core/modules/simpletest/tests/batch.test Tests for the Batch API.
batch.queue.inc core/includes/batch.queue.inc Queue handlers used by the Batch API.
batch.inc core/includes/batch.inc Batch processing API for processes to run in multiple HTTP requests.
basis.info core/themes/basis/basis.info type = theme name = Basis description = The default front-end theme for Backdrop CMS, which can make a great base theme. backdrop = 1.x version = BACKDROP_VERSION ; Add theme CSS files stylesheets[all][] = css/base.css stylesheets[all][] =…
base.inc core/modules/views/includes/base.inc Provides the basic object definitions used by plugins and handlers.
base.css core/themes/basis/css/base.css Base element styles and normalize overrides.
bartik.info core/themes/bartik/bartik.info name = Bartik description = Legacy front-end theme. version = BACKDROP_VERSION type = theme backdrop = 1.x stylesheets[all][] = css/style.css stylesheets[all][] = css/colors.css stylesheets[print][] = css/print.css ; Include a style sheet in the…
backdrop_web_test_case_cache.php core/modules/simpletest/backdrop_web_test_case_cache.php
backdrop_web_test_case.php core/modules/simpletest/backdrop_web_test_case.php
backdrop_system_listing_incompatible_test.module core/modules/simpletest/tests/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.module
backdrop_system_listing_incompatible_test.module core/profiles/testing/modules/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.module
backdrop_system_listing_incompatible_test.info core/modules/simpletest/tests/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.info name = "Backdrop system listing incompatible test" description = "Support module for testing the backdrop_system_listing function." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
backdrop_system_listing_incompatible_test.info core/profiles/testing/modules/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.info name = "Backdrop system listing incompatible test" description = "Support module for testing the backdrop_system_listing function." package = Testing version = BACKDROP_VERSION type = module ; This deliberately has the wrong core…
backdrop_system_listing_compatible_test.tests.info core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.tests.info [BackdropSystemListingCompatibleTestCase] name = Installation profile module tests helper description = Verifies that tests in installation profile modules are found and may use another profile for running tests. group = Installation profiles file =…
backdrop_system_listing_compatible_test.test core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.test
backdrop_system_listing_compatible_test.module core/modules/simpletest/tests/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.module
backdrop_system_listing_compatible_test.module core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.module
backdrop_system_listing_compatible_test.info core/modules/simpletest/tests/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.info name = "Backdrop system listing compatible test" description = "Support module for testing the backdrop_system_listing function." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
backdrop_system_listing_compatible_test.info core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.info name = "Backdrop system listing compatible test" description = "Support module for testing the backdrop_system_listing function." package = Testing type = module version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE
backdrop.sh core/scripts/backdrop.sh #!/usr/bin/env php <?php /** * Backdrop shell execution script * * Check for your PHP interpreter - on Windows you'll probably have to * replace line 1 with * #!c:/program files/php/php.exe * * @param path Backdrop's absolute…
backdrop-form.css core/themes/basis/css/component/backdrop-form.css Backdrop form styling.
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).
authorize.php core/authorize.php Administrative script for running authorized file operations.
authorize.inc core/includes/authorize.inc Helper functions and form handlers used for the authorize.php script.
archiver.inc core/includes/archiver.inc Shared classes and interfaces for the archiver system.
anonymous.inc core/includes/anonymous.inc
ajax_test.module core/modules/simpletest/tests/ajax_test.module Helper module for Ajax framework tests.
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_forms_test.module core/modules/simpletest/tests/ajax_forms_test.module Simpletest mock module for Ajax forms testing.
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_example_progressbar.inc modules/examples/ajax_example/ajax_example_progressbar.inc Progress bar example.
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_misc.inc modules/examples/ajax_example/ajax_example_misc.inc AJAX Miscellaneous Topics.
ajax_example_graceful_degradation.inc modules/examples/ajax_example/ajax_example_graceful_degradation.inc Demonstrations of AJAX with graceful degradation.
ajax_example_autocomplete.inc modules/examples/ajax_example/ajax_example_autocomplete.inc ajax_example_autocomplete.inc
ajax_example_advanced.inc modules/examples/ajax_example/ajax_example_advanced.inc AJAX Commands examples.
ajax_example.tests.info modules/examples/ajax_example/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.test modules/examples/ajax_example/ajax_example.test Test ajax example module.

Pages