Contains filters are case sensitive
File name Location Namespacesort descending Description
views-view-table.tpl.php modules/views/templates/views-view-table.tpl.php Template to display a view as a table.
views-view-unformatted.tpl.php modules/views/templates/views-view-unformatted.tpl.php Default simple view template to display a list of rows.
views-view.tpl.php modules/views/templates/views-view.tpl.php Main view template.
views-view-field.tpl.php modules/views/templates/views-view-field.tpl.php This template is used to print a single field in a view.
views-view-fields.tpl.php modules/views/templates/views-view-fields.tpl.php Default simple view template to all the fields as a row.
views-view-list.tpl.php modules/views/templates/views-view-list.tpl.php Default simple view template to display a list of rows.
views-view-rss.tpl.php modules/views/templates/views-view-rss.tpl.php Default template for feed displays that use the RSS style.
views-view-grid.tpl.php modules/views/templates/views-view-grid.tpl.php Default view template to display a rows in a grid.
views-view-grouping.tpl.php modules/views/templates/views-view-grouping.tpl.php This template is used to print a single grouping in a view.
views-more.tpl.php modules/views/templates/views-more.tpl.php Theme the more link.
views-view-row-comment.tpl.php modules/views/templates/views-view-row-comment.tpl.php Default simple view template to display a single comment.
views_handler_sort_date.inc modules/views/handlers/views_handler_sort_date.inc Definition of views_handler_sort_date.
views_handler_argument_date.inc modules/views/handlers/views_handler_argument_date.inc Definition of views_handler_argument_date.
views_handler_field_comment_depth.inc modules/comment/views/views_handler_field_comment_depth.inc Definition of views_handler_field_comment_depth.
views_handler_field_comment_link_approve.inc modules/comment/views/views_handler_field_comment_link_approve.inc Definition of views_handler_field_comment_link_approve.
views_handler_filter_ncs_last_updated.inc modules/comment/views/views_handler_filter_ncs_last_updated.inc Definition of views_handler_filter_ncs_last_updated.
views_handler_field_counter.inc modules/views/handlers/views_handler_field_counter.inc Definition of views_handler_field_counter.
views_handler_field_url.inc modules/views/handlers/views_handler_field_url.inc Definition of views_handler_field_url.
views.css modules/views/css/views.css .views-exposed-form .views-exposed-widget, .views-bulk-form .form-item, .views-bulk-form .form-actions { display: inline-block; padding: .5em 1em 0 0; /* LTR */ } [dir="rtl"] .views-exposed-form…
views_handler_field_contextual_links.inc modules/views/handlers/views_handler_field_contextual_links.inc Definition of views_handler_field_contextual_links.
views_handler_filter_node_comment.inc modules/comment/views/views_handler_filter_node_comment.inc Definition of views_handler_filter_node_comment.
views_handler_field_ncs_last_comment_name.inc modules/comment/views/views_handler_field_ncs_last_comment_name.inc Definition of views_handler_field_ncs_last_comment_name.
views_handler_field_machine_name.inc modules/views/handlers/views_handler_field_machine_name.inc Definition of views_handler_field_machine_name.
search-results.tpl.php modules/search/templates/search-results.tpl.php Default theme implementation for displaying search results.
views_handler_filter_group_by_numeric.inc modules/views/handlers/views_handler_filter_group_by_numeric.inc Definition of views_handler_filter_group_by_numeric.
views_handler_argument_group_by_numeric.inc modules/views/handlers/views_handler_argument_group_by_numeric.inc Definition of views_handler_argument_group_by_numeric.
views_handler_field_serialized.inc modules/views/handlers/views_handler_field_serialized.inc Definition of views_handler_field_serialized.
views_handler_field_prerender_list.inc modules/views/handlers/views_handler_field_prerender_list.inc Definition of views_handler_field_prerender_list.
cron.php cron.php Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
install.php install.php Initiates a browser-based installation of Backdrop.
batch.queue.inc includes/batch.queue.inc Queue handlers used by the Batch API.
http_system.inc includes/http_system.inc Contains classes and interfaces related to implementing alternative HTTP request systems. By default, backdrop_http_request() will execute its own requests, but this can be replaced by an alternative system if desired by specifying an alternative in…
views_handler_sort_comment_thread.inc modules/comment/views/views_handler_sort_comment_thread.inc Definition of views_handler_sort_comment_thread.
path.admin.css modules/path/css/path.admin.css .path-bulk-update-form .path-type { margin-left: 40px; /* LTR */ } .path-bulk-update-form [dir="rtl"] .path-type { margin-left: 0; margin-right: 40px; } .path-bulk-update-form th .form-checkbox { margin-right: 10px; /* LTR…
views_plugin_row_comment_view.inc modules/comment/views/views_plugin_row_comment_view.inc Contains the node RSS row style plugin.
contextual.css modules/contextual/css/contextual.css Stylesheet for the Contextual module.
views_handler_argument_comment_user_uid.inc modules/comment/views/views_handler_argument_comment_user_uid.inc Definition of views_handler_argument_comment_user_uid.
contextual.test modules/contextual/tests/contextual.test Tests for contextual.module.
entity_cache_test.module modules/entity/tests/entity_cache_test/entity_cache_test.module Helper module for entity cache tests.
path.tests.info modules/path/tests/path.tests.info [PathTestCase] name = Path alias functionality description = Add, edit, delete, and change alias and verify its consistency in the database. group = Path file = path.test [PathTaxonomyTermTestCase] name = Taxonomy term URL aliases description = Tests…
entity.tests.info modules/entity/tests/entity.tests.info [EntityAPITestCase] name = Entity CRUD description = Tests basic CRUD functionality. group = Entity API file = entity.test [EntityAPIInfoTestCase] name = Entity info description = Makes sure entity info is accurately cached. group = Entity API file =…
entity_crud.test modules/entity/tests/entity_crud.test Tests for the Entity CRUD API.
link.token.test modules/link/tests/link.token.test Contains simpletests making sure token integration works.
link.test modules/link/tests/link.test Link base test file - contains common functions for testing links.
link.tests.info modules/link/tests/link.tests.info [LinkAttributeCrudTest] name = Link attribute tests description = Tests the field attributes, making sure they appear in various displayed situations. group = Link file = link.attribute.test [LinkUITest] name = Link UI test description = Tests the…
email.tests.info modules/email/tests/email.tests.info [EmailFieldTestCase] name = E-mail field description = Tests e-mail field functionality. group = Field types file = email.test
email.test modules/email/tests/email.test
entity_test.info modules/entity/tests/entity_test/entity_test.info name = Entity CRUD test module description = Provides entity types based upon the CRUD API. package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x dependencies[] = entity hidden = TRUE
views_handler_sort_search_score.inc modules/search/views/views_handler_sort_search_score.inc Definition of views_handler_sort_search_score.
entity_query_access_test.info modules/entity/tests/entity_query_access_test/entity_query_access_test.info name = "Entity query access test" description = "Support module for checking entity query results." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE

Pages