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 |
|---|---|---|---|
| drupal_set_title | function | includes/ |
Sets the title of the current page. |
| drupal_site_offline | function | includes/ |
Delivers a "site is under maintenance" message to the browser. |
| drupal_sort_css_js | function | includes/ |
Sorts CSS and JavaScript resources. |
| drupal_sort_title | function | includes/ |
Array sorting callback; sorts elements by 'title' key. |
| drupal_sort_weight | function | includes/ |
Sorts a structured array by the 'weight' element. |
| drupal_static | function | includes/ |
Provides central static variable storage. |
| drupal_static_reset | function | includes/ |
Resets one or all centrally stored static variable(s). |
| drupal_strip_dangerous_protocols | function | includes/ |
Strips dangerous protocols (e.g. 'javascript:') from a URI. |
| drupal_strlen | function | includes/ |
Counts the number of characters in a UTF-8 string. |
| drupal_strtolower | function | includes/ |
Lowercase a UTF-8 string. |
| drupal_strtoupper | function | includes/ |
Uppercase a UTF-8 string. |
| drupal_substr | function | includes/ |
Cuts off a piece of a string based on character indices and counts. |
| drupal_system_listing | function | includes/ |
Returns information about system object files (modules, themes, etc.). |
| drupal_system_listing_compatible_test.info | file | profiles/ |
name = "Drupal system listing compatible test" description = "Support module for testing the drupal_system_listing function." package = Testing version = VERSION core = 7.x hidden = TRUE files[] =… |
| drupal_system_listing_compatible_test.info | file | modules/ |
name = "Drupal system listing compatible test" description = "Support module for testing the drupal_system_listing function." package = Testing version = VERSION core = 7.x hidden = TRUE |
| drupal_system_listing_compatible_test.module | file | modules/ |
|
| drupal_system_listing_compatible_test.module | file | profiles/ |
|
| drupal_system_listing_compatible_test.test | file | profiles/ |
|
| drupal_system_listing_incompatible_test.info | file | profiles/ |
name = "Drupal system listing incompatible test" description = "Support module for testing the drupal_system_listing function." package = Testing version = VERSION ; This deliberately has the wrong core version, to test that it… |
| drupal_system_listing_incompatible_test.info | file | modules/ |
name = "Drupal system listing incompatible test" description = "Support module for testing the drupal_system_listing function." package = Testing version = VERSION core = 7.x hidden = TRUE |
| drupal_system_listing_incompatible_test.module | file | modules/ |
|
| drupal_system_listing_incompatible_test.module | file | profiles/ |
|
| drupal_theme_access | function | includes/ |
Determines if a theme is available to use. |
| drupal_truncate_bytes | function | includes/ |
Truncates a UTF-8-encoded string safely to a number of bytes. |
| drupal_ucfirst | function | includes/ |
Capitalizes the first letter of a UTF-8 string. |
| drupal_uninstall_modules | function | includes/ |
Uninstalls a given list of disabled modules. |
| drupal_uninstall_schema | function | includes/ |
Removes all tables defined in a module's hook_schema(). |
| DRUPAL_USER_TIMEZONE_DEFAULT | constant | modules/ |
New users will be set to the default time zone at registration. |
| DRUPAL_USER_TIMEZONE_EMPTY | constant | modules/ |
New users will get an empty time zone at registration. |
| DRUPAL_USER_TIMEZONE_SELECT | constant | modules/ |
New users will select their own timezone at registration. |
| drupal_valid_http_host | function | includes/ |
Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe. |
| drupal_valid_test_ua | function | includes/ |
Returns the test prefix if this is an internal request from SimpleTest. |
| drupal_verify_install_file | function | includes/ |
Verifies the state of the specified file. |
| drupal_web_test_case.php | file | modules/ |
|
| DRUPAL_WEIGHT_SELECT_MAX | constant | modules/ |
Maximum number of values in a weight select element. |
| drupal_xml_parser_create | function | includes/ |
Prepares a new XML parser. |
| dump-database-d6.sh | file | scripts/ |
Filled installation of Drupal 6.17, for test purposes. |
| dump-database-d7.sh | file | scripts/ |
Dumps a Drupal 7 database into a PHP script to test the upgrade process. |
| EarlyBootstrapTestCase | class | modules/ |
Perform early bootstrap tests. |
| EarlyBootstrapTestCase::getInfo | function | modules/ |
|
| EarlyBootstrapTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| EarlyBootstrapTestCase::testHookBoot | function | modules/ |
Test hook_boot() on both regular and "early exit" pages. |
| element_get_visible_children | function | includes/ |
Returns the visible children of an element. |
| element_properties | function | includes/ |
Gets properties of a structured array element (keys beginning with '#'). |
| element_set_attributes | function | includes/ |
Sets HTML attributes based on element properties. |
| element_sort | function | includes/ |
Function used by uasort to sort structured arrays by weight. |
| element_sort_by_title | function | includes/ |
Array sorting callback; sorts elements by title. |
| element_validate_integer_positive | function | includes/ |
Form element validation handler for integer elements that must be positive. |
| EnableDisableTestCase | class | modules/ |
Test module enabling/disabling functionality. |
| EnableDisableTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
Pagination
- Previous page
- Page 51
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.