comment_admin_overview

Functions called by comment_admin_overview()

Namesort iconLocationDescription
argdrupal/includes/path.incReturn a component of the current Drupal path.
comment_multiple_delete_confirmdrupal/modules/comment.moduleList the selected comments and verify that the admin really wants to delete them.
comment_operationsdrupal/modules/comment.moduleComment operations. We offer different update operations depending on which comment administration page we're on.
db_fetch_objectdrupal/includes/database.mysqli.incFetch one result row from the previous query as an object.
drupal_get_destinationdrupal/includes/common.incPrepare 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_formdrupal/includes/form.incProcesses 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_datedrupal/includes/common.incFormat a date with the given configured format or a custom format string.
ldrupal/includes/common.incFormat an internal Drupal link.
pager_querydrupal/includes/pager.incPerform a paged database query.
tdrupal/includes/common.incTranslate strings to the current locale.
tablesort_sqldrupal/includes/tablesort.incCreate an SQL sort clause.
themedrupal/includes/theme.incGenerate the themed representation of a Drupal object.
truncate_utf8drupal/includes/unicode.incTruncate a UTF-8-encoded string safely to a number of bytes.