Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| schema.inc | file | includes/ |
Database schema code for SQLite databases. |
| schema.inc | file | includes/ |
Database schema code for MySQL database servers. |
| schema.test | file | modules/ |
Tests for the Database Schema API. |
| SchemaCache | class | includes/ |
Extends DrupalCacheArray to allow for dynamic building of the schema cache. |
| SchemaCache::resolveCacheMiss | function | includes/ |
Overrides DrupalCacheArray::resolveCacheMiss(). |
| SchemaCache::__construct | function | includes/ |
Constructs a SchemaCache object. |
| SchemaTestCase | class | modules/ |
Unit tests for the Schema API. |
| SchemaTestCase::$counter | property | modules/ |
A global counter for table and field creation. |
| SchemaTestCase::assertFieldAdditionRemoval | function | modules/ |
Assert that a given field can be added and removed from a table. |
| SchemaTestCase::assertFieldCharacteristics | function | modules/ |
Assert that a newly added field has the correct characteristics. |
| SchemaTestCase::checkSchemaComment | function | modules/ |
Checks that a table or column comment matches a given description. |
| SchemaTestCase::getInfo | function | modules/ |
|
| SchemaTestCase::testFindTables | function | modules/ |
Tests the findTables() method. |
| SchemaTestCase::testSchema | function | modules/ |
|
| SchemaTestCase::testSchemaAddField | function | modules/ |
Test adding columns to an existing table. |
| SchemaTestCase::testUnsignedColumns | function | modules/ |
Tests creating unsigned columns and data integrity thereof. |
| SchemaTestCase::tryInsert | function | modules/ |
|
| SchemaTestCase::tryUnsignedInsert | function | modules/ |
Tries to insert a negative value into columns defined as unsigned. |
| SCHEMA_INSTALLED | constant | includes/ |
Indicates that a module has been installed. |
| SCHEMA_UNINSTALLED | constant | includes/ |
Indicates that a module has not been installed yet. |
| Search interface | group | modules/ |
The Drupal search interface manages a global search mechanism. |
| search-block-form.tpl.php | file | modules/ |
Displays the search form block. |
| search-result.tpl.php | file | modules/ |
Default theme implementation for displaying a single search result. |
| search-results.tpl.php | file | modules/ |
Default theme implementation for displaying search results. |
| search-rtl.css | file | modules/ |
.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/ |
Admin page callbacks for the search module. |
| search.api.php | file | modules/ |
Hooks provided by the Search module. |
| search.css | file | modules/ |
.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 query extender and helper functions. |
| search.info | file | modules/ |
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/ |
Install, update and uninstall functions for the search module. |
| search.module | file | modules/ |
Enables site-wide keyword searching. |
| search.pages.inc | file | modules/ |
User page callbacks for the search module. |
| search.test | file | modules/ |
Tests for search.module. |
| SearchAdvancedSearchForm | class | modules/ |
Indexes content and tests the advanced search form. |
| SearchAdvancedSearchForm::$node | property | modules/ |
|
| SearchAdvancedSearchForm::getInfo | function | modules/ |
|
| SearchAdvancedSearchForm::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| SearchAdvancedSearchForm::testNodeType | function | modules/ |
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/ |
Tests the rendering of the search block. |
| SearchBlockTestCase::getInfo | function | modules/ |
|
| SearchBlockTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| SearchBlockTestCase::testBlock | function | modules/ |
Test that the search block form works correctly. |
| SearchBlockTestCase::testSearchFormBlock | function | modules/ |
|
| SearchCommentCountToggleTestCase | class | modules/ |
Tests that comment count display toggles properly on comment status of node |
| SearchCommentCountToggleTestCase::$searchable_nodes | property | modules/ |
|
| SearchCommentCountToggleTestCase::$searching_user | property | modules/ |
|
| SearchCommentCountToggleTestCase::getInfo | function | modules/ |
|
| SearchCommentCountToggleTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| SearchCommentCountToggleTestCase::testSearchCommentCountToggle | function | modules/ |
Verify that comment count display toggles properly on comment status of node |
Pagination
- Previous page
- Page 162
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.