Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
schema.inc file includes/database/sqlite/schema.inc Database schema code for SQLite databases.
schema.inc file includes/database/mysql/schema.inc Database schema code for MySQL database servers.
schema.test file modules/simpletest/tests/schema.test Tests for the Database Schema API.
SchemaCache class includes/bootstrap.inc Extends DrupalCacheArray to allow for dynamic building of the schema cache.
SchemaCache::resolveCacheMiss function includes/bootstrap.inc Overrides DrupalCacheArray::resolveCacheMiss().
SchemaCache::__construct function includes/bootstrap.inc Constructs a SchemaCache object.
SchemaTestCase class modules/simpletest/tests/schema.test Unit tests for the Schema API.
SchemaTestCase::$counter property modules/simpletest/tests/schema.test A global counter for table and field creation.
SchemaTestCase::assertFieldAdditionRemoval function modules/simpletest/tests/schema.test Assert that a given field can be added and removed from a table.
SchemaTestCase::assertFieldCharacteristics function modules/simpletest/tests/schema.test Assert that a newly added field has the correct characteristics.
SchemaTestCase::checkSchemaComment function modules/simpletest/tests/schema.test Checks that a table or column comment matches a given description.
SchemaTestCase::getInfo function modules/simpletest/tests/schema.test
SchemaTestCase::testFindTables function modules/simpletest/tests/schema.test Tests the findTables() method.
SchemaTestCase::testSchema function modules/simpletest/tests/schema.test
SchemaTestCase::testSchemaAddField function modules/simpletest/tests/schema.test Test adding columns to an existing table.
SchemaTestCase::testUnsignedColumns function modules/simpletest/tests/schema.test Tests creating unsigned columns and data integrity thereof.
SchemaTestCase::tryInsert function modules/simpletest/tests/schema.test
SchemaTestCase::tryUnsignedInsert function modules/simpletest/tests/schema.test Tries to insert a negative value into columns defined as unsigned.
SCHEMA_INSTALLED constant includes/install.inc Indicates that a module has been installed.
SCHEMA_UNINSTALLED constant includes/install.inc Indicates that a module has not been installed yet.
Search interface group modules/search/search.module The Drupal search interface manages a global search mechanism.
search-block-form.tpl.php file modules/search/search-block-form.tpl.php Displays the search form block.
search-result.tpl.php file modules/search/search-result.tpl.php Default theme implementation for displaying a single search result.
search-results.tpl.php file modules/search/search-results.tpl.php Default theme implementation for displaying search results.
search-rtl.css file modules/search/search-rtl.css .search-advanced .criterion {
float: right;
margin-right: 0;
margin-left: 2em;
}
.search-advanced .action {
float: right;
clear: right;
}
.search-results .search-snippet-info {
padding-right: 1em; /* LTR */
}
search.admin.inc file modules/search/search.admin.inc Admin page callbacks for the search module.
search.api.php file modules/search/search.api.php Hooks provided by the Search module.
search.css file modules/search/search.css .search-form {
margin-bottom: 1em;
}
.search-form input {
margin-top: 0;
margin-bottom: 0;
}
.search-results {
list-style: none;
}
.search-results p {
margin-top: 0;
}
.search-results .title {
font-size: 1.2em;
}
.search-results li {
search.extender.inc file modules/search/search.extender.inc Search query extender and helper functions.
search.info file modules/search/search.info name = Search
description = Enables site-wide keyword searching.
package = Core
version = VERSION
core = 7.x
files[] = search.extender.inc
files[] = search.test
configure = admin/config/search/settings
stylesheets[all][] = search.css
search.install file modules/search/search.install Install, update and uninstall functions for the search module.
search.module file modules/search/search.module Enables site-wide keyword searching.
search.pages.inc file modules/search/search.pages.inc User page callbacks for the search module.
search.test file modules/search/search.test Tests for search.module.
SearchAdvancedSearchForm class modules/search/search.test Indexes content and tests the advanced search form.
SearchAdvancedSearchForm::$node property modules/search/search.test
SearchAdvancedSearchForm::getInfo function modules/search/search.test
SearchAdvancedSearchForm::setUp function modules/search/search.test Sets up a Drupal site for running functional and integration tests.
SearchAdvancedSearchForm::testNodeType function modules/search/search.test Test using the search form with GET and POST queries.
Test using the advanced search form to limit search to nodes of type "Basic page".
SearchBlockTestCase class modules/search/search.test Tests the rendering of the search block.
SearchBlockTestCase::getInfo function modules/search/search.test
SearchBlockTestCase::setUp function modules/search/search.test Sets up a Drupal site for running functional and integration tests.
SearchBlockTestCase::testBlock function modules/search/search.test Test that the search block form works correctly.
SearchBlockTestCase::testSearchFormBlock function modules/search/search.test
SearchCommentCountToggleTestCase class modules/search/search.test Tests that comment count display toggles properly on comment status of node
SearchCommentCountToggleTestCase::$searchable_nodes property modules/search/search.test
SearchCommentCountToggleTestCase::$searching_user property modules/search/search.test
SearchCommentCountToggleTestCase::getInfo function modules/search/search.test
SearchCommentCountToggleTestCase::setUp function modules/search/search.test Sets up a Drupal site for running functional and integration tests.
SearchCommentCountToggleTestCase::testSearchCommentCountToggle function modules/search/search.test Verify that comment count display toggles properly on comment status of node

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.