Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| get_t | function | includes/ |
Returns the name of the proper localization function. |
| globals.php | file | external_documentation/ |
These are the global variables that Drupal uses. |
| graph.inc | file | includes/ |
Directed acyclic graph manipulation. |
| 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.admin.inc | file | modules/ |
Admin page callbacks for the help module. |
| help.css | file | modules/ |
.help-items { float: left; /* LTR */ width: 22%; padding-right: 3%; /* LTR */ } .help-items-last { padding-right: 0; /* LTR */ } |
| help.info | file | modules/ |
name = Help description = Manages the display of online help. package = Core version = VERSION core = 7.x files[] = help.test |
| help.module | file | modules/ |
Manages displaying online help. |
| help.test | file | modules/ |
Tests for help.module. |
| Helper | class | misc/ |
Helper provides low-level tools on file name resolving. However it does not (and should not) maintain any runtime state information. In order to resolve Phar archive paths according resolvers have to be used. |
| Helper.php | file | misc/ |
|
| 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::getCanonicalPath | function | misc/ |
Resolves all dots, slashes and removes spaces after or before a path... |
| 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/ |
|
| Helper::normalizePath | function | misc/ |
Normalizes a path, removes phar:// prefix, fixes Windows directory separators. Result is without trailing slash. |
| Helper::normalizeWindowsPath | function | misc/ |
Fixes a path for windows-backslashes and reduces double-slashes to single slashes |
| Helper::removePharPrefix | function | misc/ |
|
| Helper::resetOpCache | function | misc/ |
|
| HelpTestCase | class | modules/ |
Tests help display and user access for all modules implementing help. |
| HelpTestCase::$any_user | property | modules/ |
The anonymous user that will be created. |
| HelpTestCase::$big_user | property | modules/ |
The admin user that will be created. |
| HelpTestCase::$modules | property | modules/ |
The list of modules. |
| HelpTestCase::getInfo | function | modules/ |
|
| HelpTestCase::getModuleList | function | modules/ |
Gets the list of enabled modules that implement hook_help(). |
| HelpTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| HelpTestCase::testHelp | function | modules/ |
Logs in users, creates dblog events, and tests dblog functionality. |
| HelpTestCase::verifyHelp | function | modules/ |
Verifies the logged in user has access to the various help nodes. |
| help_help | function | modules/ |
Implements hook_help(). |
| help_links_as_list | function | modules/ |
Provides a formatted list of available help topics. |
| help_main | function | modules/ |
Menu callback; prints a page listing a glossary of Drupal terminology. |
| help_menu | function | modules/ |
Implements hook_menu(). |
Pagination
- Previous page
- Page 99
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.