File name Locationsort descending Description
maintenance-page.tpl.php core/themes/seven/templates/maintenance-page.tpl.php
layout.css core/themes/stark/layout.css Stark layout method
stark.info core/themes/stark/stark.info name = Stark description = This theme demonstrates Backdrop CMS's default HTML markup and CSS styles. To learn how to build your own theme and override Backdrop's default code, see the <a…
update.php core/update.php Administrative page for handling updates from one Backdrop version to another.
index.php index.php The PHP page that serves all page requests on a Backdrop installation.
LICENSE.txt LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim…
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 Action definition example module.
action_example.test modules/examples/action_example/action_example.test test file for action_example module.
action_example.tests.info modules/examples/action_example/action_example.tests.info [ActionExampleTestCase] name = Action example functionality description = Perform various tests on action_example module. group = Example modules file = action_example.test
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 Backdrop 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 AJAX Examples module file with basic examples.
ajax_example.test modules/examples/ajax_example/ajax_example.test Test ajax example module.
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_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.
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_example.install modules/examples/batch_example/batch_example.install Install, update, and uninstall functions for 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.test modules/examples/batch_example/batch_example.test Test case for Testing the batch example module.
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
block_example.inc modules/examples/block_example/block_example.inc
block_example.info modules/examples/block_example/block_example.info name = Block Example description = An example outlining how a module can define blocks. dependencies[] = block package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
block_example.install modules/examples/block_example/block_example.install Install, update and uninstall functions for the block_example module.
block_example.module modules/examples/block_example/block_example.module Module file for block_example.
block_example.test modules/examples/block_example/block_example.test Test case for testing the block example module.
block_example.tests.info modules/examples/block_example/block_example.tests.info [BlockExampleTestCase] name = Block example functionality description = Test the configuration options and blocks created by Block Example module. group = Example modules file = block_example.test
cache_example.info modules/examples/cache_example/cache_example.info name = Cache Example description = An example outlining how to use Cache API. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
cache_example.module modules/examples/cache_example/cache_example.module Outlines how a module can use the Cache API.
cache_example.test modules/examples/cache_example/cache_example.test Test case for testing the cache example module.
cache_example.tests.info modules/examples/cache_example/cache_example.tests.info [CacheExampleTestCase] name = Cache example functionality description = Tests cache functionality. group = Example modules file = cache_example.test
contextual-links-example-object.tpl.php modules/examples/contextual_links_example/contextual-links-example-object.tpl.php Default theme implementation: Display a sample object with contextual links.
contextual_links_example.info modules/examples/contextual_links_example/contextual_links_example.info name = Contextual links example description = Demonstrates how to use contextual links for enhancing the user experience. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
contextual_links_example.module modules/examples/contextual_links_example/contextual_links_example.module Shows how to use Backdrop's contextual links functionality.
contextual_links_example.test modules/examples/contextual_links_example/contextual_links_example.test Functional tests for the contextual_links_example module.
contextual_links_example.tests.info modules/examples/contextual_links_example/contextual_links_example.tests.info [ContextualLinksExampleTestCase] name = Contextual Links example functionality description = Tests the behavior of the contextual links provided by the Contextual links example module. group = Example modules file = contextual_links_example.test
cron_example.info modules/examples/cron_example/cron_example.info name = Cron example description = Demonstrates hook_cron() and related features package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
cron_example.install modules/examples/cron_example/cron_example.install Installs, updates, and uninstalls cron_example.
cron_example.module modules/examples/cron_example/cron_example.module Demonstrates use of the Cron API in Backdrop - hook_cron()
cron_example.test modules/examples/cron_example/cron_example.test Test case for testing the cron example module.
cron_example.tests.info modules/examples/cron_example/cron_example.tests.info [CronExampleTestCase] name = Cron example functionality description = Tests cron functionality. group = Example modules file = cron_example.test
dbtng_example.info modules/examples/dbtng_example/dbtng_example.info name = DBTNG example description = An example module showing how use the database API: DBTNG. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
dbtng_example.install modules/examples/dbtng_example/dbtng_example.install Install, update and uninstall functions for the dbtng_example module.
dbtng_example.module modules/examples/dbtng_example/dbtng_example.module This is an example outlining how a module can make use of the DBTNG database API in Backdrop.

Pages