Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| forum_confirm_delete_submit | function | modules/ |
Form submission handler for forum_confirm_delete(). |
| forum_field_storage_pre_insert | function | modules/ |
Implements hook_field_storage_pre_insert(). |
| forum_field_storage_pre_update | function | modules/ |
Implements hook_field_storage_pre_update(). |
| forum_form_submit | function | modules/ |
Form submission handler for forum_form_forum() and forum_form_container(). |
| forum_get_topics | function | modules/ |
Gets all the topics in a forum. |
| forum_install | function | modules/ |
Implements hook_install(). |
| forum_menu_local_tasks_alter | function | modules/ |
Implements hook_menu_local_tasks_alter(). |
| forum_node_insert | function | modules/ |
Implements hook_node_insert(). |
| forum_node_presave | function | modules/ |
Implements hook_node_presave(). |
| forum_permission | function | modules/ |
Implements hook_permission(). |
| forum_schema | function | modules/ |
Implements hook_schema(). |
| forum_uninstall | function | modules/ |
Implements hook_uninstall(). |
| forum_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
| FrontPageTestCase | class | modules/ |
Test front page functionality and administration. |
| FrontPageTestCase::$admin_user | property | modules/ |
|
| FrontPageTestCase::$node_path | property | modules/ |
|
| FrontPageTestCase::getInfo | function | modules/ |
|
| FrontPageTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| FrontPageTestCase::testDrupalIsFrontPage | function | modules/ |
Test front page functionality. |
| garland_form_system_theme_settings_alter | function | themes/ |
Implements hook_form_FORM_ID_alter(). |
| garland_preprocess_block | function | themes/ |
Override or insert variables into the block template. |
| garland_preprocess_comment | function | themes/ |
Override or insert variables into the comment template. |
| garland_preprocess_html | function | themes/ |
Override or insert variables into the html template. |
| garland_preprocess_maintenance_page | function | themes/ |
Override or insert variables into the maintenance page template. |
| garland_preprocess_node | function | themes/ |
Override or insert variables into the node template. |
| garland_preprocess_page | function | themes/ |
Override or insert variables into the page template. |
| garland_preprocess_region | function | themes/ |
Override or insert variables into the region template. |
| garland_process_html | function | themes/ |
Override or insert variables into the html template. |
| garland_process_page | function | themes/ |
Override or insert variables into the page template. |
| generate-d6-content.sh | file | scripts/ |
#!/usr/bin/env php <?php /** * Generate content for a Drupal 6 database to test the upgrade process. * * Run this script at the root of an existing Drupal 6 installation. * Steps to use this generation script: * - Install drupal 6. * - Run… |
| generate-d7-content.sh | file | scripts/ |
Generates content for a Drupal 7 database to test the upgrade process. |
| globals.php | file | external_documentation/ |
These are the global variables that Drupal uses. |
| graph.test | file | modules/ |
Provides unit tests for graph.inc. |
| GraphUnitTest | class | modules/ |
Unit tests for the graph handling features. |
| GraphUnitTest::assertComponents | function | modules/ |
Verify expected components in a graph. |
| GraphUnitTest::assertPaths | function | modules/ |
Verify expected paths in a graph. |
| GraphUnitTest::assertReversePaths | function | modules/ |
Verify expected reverse paths in a graph. |
| GraphUnitTest::assertWeights | function | modules/ |
Verify expected order in a graph. |
| GraphUnitTest::displayArray | function | modules/ |
Helper function to output vertices as comma-separated list. |
| GraphUnitTest::getInfo | function | modules/ |
|
| GraphUnitTest::normalizeGraph | function | modules/ |
Return a normalized version of a graph. |
| GraphUnitTest::setUp | function | modules/ |
Sets up unit test environment. |
| GraphUnitTest::testDepthFirstSearch | function | modules/ |
Test depth-first-search features. |
| help-rtl.css | file | modules/ |
.help-items { float: right; padding-right: 0; padding-left: 3%; } .help-items-last { padding-right: 0; padding-left: 0; } |
| help.css | file | modules/ |
.help-items { float: left; /* LTR */ width: 22%; padding-right: 3%; /* LTR */ } .help-items-last { padding-right: 0; /* LTR */ } |
| help.test | file | modules/ |
Tests for help.module. |
| Helper::determineBaseFile | function | misc/ |
Determines base file that can be accessed using the regular file system. For e.g. "phar:///home/user/bundle.phar/content.txt" that would result into "/home/user/bundle.phar". |
| Helper::hasPharPrefix | function | misc/ |
|
| Helper::isAbsolutePath | function | misc/ |
Checks if the $path is absolute or relative (detecting either '/' or 'x:/' as first part of string) and returns TRUE if so. |
| Helper::isWindows | function | misc/ |
Pagination
- Previous page
- Page 80
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.