| arg | drupal/includes/path.inc | Return a component of the current Drupal path. |
| comment_multiple_delete_confirm | drupal/modules/comment.module | List the selected comments and verify that the admin really wants to delete
them. |
| comment_operations | drupal/modules/comment.module | Comment operations. We offer different update operations depending on
which comment administration page we're on. |
| db_fetch_object | drupal/includes/database.mysqli.inc | Fetch one result row from the previous query as an object. |
| drupal_get_destination | drupal/includes/common.inc | Prepare a destination query string for use in combination with
drupal_goto(). Used to direct the user back to the referring page
after completing a form. By default the current URL is returned.
If a destination exists in the previous request, that... |
| drupal_get_form | drupal/includes/form.inc | Processes a form array and produces the HTML output of a form.
If there is input in the $_POST['edit'] variable, this function
will attempt to validate it, using drupal_validate_form(),
and then submit the form using drupal_submit_form(). |
| format_date | drupal/includes/common.inc | Format a date with the given configured format or a custom format string. |
| l | drupal/includes/common.inc | Format an internal Drupal link. |
| pager_query | drupal/includes/pager.inc | Perform a paged database query. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| tablesort_sql | drupal/includes/tablesort.inc | Create an SQL sort clause. |
| theme | drupal/includes/theme.inc | Generate the themed representation of a Drupal object. |
| truncate_utf8 | drupal/includes/unicode.inc | Truncate a UTF-8-encoded string safely to a number of bytes. |