File namesort ascending Location Description
search_embedded_form.info core/modules/search/tests/search_embedded_form/search_embedded_form.info name = "Search embedded form" description = "Support module for search module testing of embedded forms." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
search.views.inc core/modules/search/views/search.views.inc Provide views data and handlers for search.module.
search.theme.inc core/modules/search/search.theme.inc Theme functions for the Search module.
search.tests.info core/modules/search/tests/search.tests.info [SearchMatchTestCase] name = Search engine queries description = Indexes content and queries it. group = Search file = search.test [SearchPageText] name = Search page text description = Tests the bike shed text on the no results page, and various…
search.test core/modules/search/tests/search.test Tests for search.module.
search.pages.inc core/modules/search/search.pages.inc User page callbacks for the search module.
search.module core/modules/search/search.module Enables site-wide keyword searching.
search.install core/modules/search/search.install Install, update and uninstall functions for the search module.
search.info core/modules/search/search.info type = module name = Search description = Enables site-wide keyword searching. package = Search tags[] = Utility version = BACKDROP_VERSION backdrop = 1.x configure = admin/config/search/settings stylesheets[all][] = search.theme.css
search.extender.inc core/modules/search/search.extender.inc Search query extender and helper functions.
search.api.php core/modules/search/search.api.php Hooks provided by the Search module.
search.admin.inc core/modules/search/search.admin.inc Admin page callbacks for the Search module.
search-results.tpl.php core/modules/search/templates/search-results.tpl.php Default theme implementation for displaying search results.
schema.test core/modules/simpletest/tests/schema.test Tests for the Database Schema API.
schema.inc core/includes/database/schema.inc Generic Database schema code.
schema.inc core/includes/database/mysql/schema.inc Database schema code for MySQL database servers.
run-tests.sh core/scripts/run-tests.sh This script runs Backdrop tests from command line.
rolph.info core/layouts/rolph/rolph.info type = layout name = Rolph version = BACKDROP_VERSION backdrop = 1.x ; Specify regions for this layout. regions[header] = Header regions[top] = Top regions[quarter1] = First Column regions[quarter2] = Second Column regions[quarter3] …
robots.txt robots.txt # # robots.txt # # This file is to prevent the crawling and indexing of certain parts # of your site by web crawlers and spiders run by sites like Yahoo! # and Google. By telling these "robots" where not to go on your site, # you save…
responsive-tabs.css core/themes/seven/css/responsive-tabs.css /** * Styles for collapsible, responsive tabs. */ .responsive-tabs-processed { position: relative; } .responsive-tabs-processed ul.primary { height: 2.6em; overflow: hidden; } .responsive-tabs-mobile ul.primary { background:…
requirements2_test.module core/modules/simpletest/tests/requirements2_test.module Tests that a module is not installed when the one it depends on fails hook_requirements('install').
requirements2_test.info core/modules/simpletest/tests/requirements2_test.info name = Requirements 2 Test description = "Tests that a module is not installed when the one it depends on fails hook_requirements('install)." dependencies[] = requirements1_test dependencies[] = comment package = Testing version =…
requirements1_test.module core/modules/simpletest/tests/requirements1_test.module Tests that a module is not installed when it fails hook_requirements('install').
requirements1_test.install core/modules/simpletest/tests/requirements1_test.install
requirements1_test.info core/modules/simpletest/tests/requirements1_test.info name = Requirements 1 Test description = "Tests that a module is not installed when it fails hook_requirements('install')." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
render_example.tests.info modules/examples/render_example/tests/render_example.tests.info [RenderExampleTestCase] name = Render example functionality description = Tests Render functionality. group = Example modules file = render_example.test
render_example.test modules/examples/render_example/tests/render_example.test Test for the render example module.
render_example.module modules/examples/render_example/render_example.module Hook implementations for the Render Example module.
render_example.info modules/examples/render_example/render_example.info name = Render Example description = Demonstrates backdrop_render() capabilities and how to alter render arrays. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module dependencies[] = devel stylesheets[all][] =…
render_example.css modules/examples/render_example/render_example.css .render-array { border: 2px solid black; margin-top: 10px; padding-left: 5px; padding-top: 5px; } .render-header { font-size: large; font-style: italic; } .unrendered-label { font-style: italic; margin-top:…
redirect_handler_filter_redirect_type.inc core/modules/redirect/views/redirect_handler_filter_redirect_type.inc Filter by redirect type.
redirect_handler_field_redirect_source.inc core/modules/redirect/views/redirect_handler_field_redirect_source.inc Redirect field handler for {redirect}.source.
redirect_handler_field_redirect_redirect.inc core/modules/redirect/views/redirect_handler_field_redirect_redirect.inc Redirect field handler for {redirect}.redirect.
redirect_handler_field_redirect_operations.inc core/modules/redirect/views/redirect_handler_field_redirect_operations.inc Redirect field handler for redirect operations.
redirect_handler_field_redirect_link_edit.inc core/modules/redirect/views/redirect_handler_field_redirect_link_edit.inc Redirect field handler for edit links.
redirect_handler_field_redirect_link_delete.inc core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc Redirect field handler for edit links.
redirect.views.inc core/modules/redirect/views/redirect.views.inc Views integration and data for the redirect module.
redirect.tests.info core/modules/redirect/tests/redirect.tests.info [RedirectUnitTest] name = Redirect unit tests description = Test basic functions and functionality. group = Redirect file = redirect.test [RedirectFunctionalTest] name = Redirect functional tests description = Test interface functionality. group =…
redirect.test core/modules/redirect/tests/redirect.test Unit tests for the redirect module.
redirect.module core/modules/redirect/redirect.module
redirect.install core/modules/redirect/redirect.install Install, update and uninstall functions for the Redirect module.
redirect.info core/modules/redirect/redirect.info type = module name = Redirect description = Allows users to redirect from old URLs to new URLs. package = System tags[] = URL handling backdrop = 1.x version = BACKDROP_VERSION configure = admin/config/urls/redirect/settings
redirect.class.inc core/modules/redirect/redirect.class.inc
redirect.api.php core/modules/redirect/redirect.api.php Hooks provided by the Redirect module.
redirect.admin.inc core/modules/redirect/redirect.admin.inc Admin page callbacks for the Redirect module.
queue_example.tests.info modules/examples/queue_example/tests/queue_example.tests.info [QueueExampleTestCase] name = Queue example functionality description = Tests Queue functionality. group = Example modules file = queue_example.test
queue_example.test modules/examples/queue_example/tests/queue_example.test Test the queue example module.
queue_example.module modules/examples/queue_example/queue_example.module Hook implementations for the Queue Example module.
queue_example.info modules/examples/queue_example/queue_example.info name = Queue Example description = Examples of using the queue API. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
queue_example.css modules/examples/queue_example/queue_example.css .form-item-string-to-add, div.form-item-claim-time { display: inline; }

Pages