Search for all
Title | Object type | File name | Summary |
---|---|---|---|
drupal_tempnam | function | includes/ |
Creates a file with a unique filename in the specified directory. |
drupal_theme_access | function | includes/ |
Determines if a theme is available to use. |
drupal_theme_initialize | function | includes/ |
Initializes the theme system by loading the theme. |
drupal_theme_rebuild | function | includes/ |
Forces the system to rebuild the theme registry. |
drupal_trigger_fatal_error | function | includes/ |
Invoke trigger_error() using a fatal error that will terminate the request. |
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_unlink | function | includes/ |
Deletes a file. |
drupal_unpack | function | includes/ |
Unserializes and appends elements from a serialized string. |
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_validate_form | function | includes/ |
Validates user-submitted form data in the $form_state array. |
drupal_validate_utf8 | function | includes/ |
Checks whether a string is valid UTF-8. |
drupal_valid_http_host | function | includes/ |
Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe. |
drupal_valid_path | function | includes/ |
Checks a path exists and the current user has access to it. |
drupal_valid_test_ua | function | includes/ |
Returns the test prefix if this is an internal request from SimpleTest. |
drupal_valid_token | function | includes/ |
Validates a token based on $value, the user session, and the private key. |
drupal_var_export | function | includes/ |
Drupal-friendly var_export(). |
drupal_verify_install_file | function | includes/ |
Verifies the state of the specified file. |
drupal_verify_profile | function | includes/ |
Verifies an installation profile for installation. |
drupal_web_test_case.php | file | modules/ |
|
DRUPAL_WEIGHT_SELECT_MAX | constant | modules/ |
Maximum number of values in a weight select element. |
drupal_wrap_mail | function | includes/ |
Performs format=flowed soft wrapping for mail (RFC 3676). |
drupal_write_record | function | includes/ |
Saves (inserts or updates) a record to the database based upon the schema. |
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/ |
|
EarlyBootstrapTestCase::testHookBoot | function | modules/ |
Test hook_boot() on both regular and "early exit" pages. |
element_child | function | includes/ |
Checks if the key is a child. |
element_children | function | includes/ |
Identifies the children of an element array, optionally sorted by weight. |
element_get_visible_children | function | includes/ |
Returns the visible children of an element. |
element_info | function | includes/ |
Retrieves the default properties for the defined element type. |
element_info_property | function | includes/ |
Retrieves a single property for the defined element type. |
element_properties | function | includes/ |
Gets properties of a structured array element (keys beginning with '#'). |
element_property | function | includes/ |
Checks if the key is a property. |
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 | function | includes/ |
Form element validation handler for integer elements. |
element_validate_integer_positive | function | includes/ |
Form element validation handler for integer elements that must be positive. |
element_validate_number | function | includes/ |
Form element validation handler for number elements. |
EMAIL_MAX_LENGTH | constant | modules/ |
Maximum length of user e-mail text field. |
EnableDisableTestCase | class | modules/ |
Test module enabling/disabling functionality. |
EnableDisableTestCase::$profile | property | modules/ |
Pagination
- Previous page
- Page 61
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.