Actions

  1. drupal
    1. drupal6

Functions that perform an action on a certain system object.

All modules should declare their action functions to be in this group and each action function should reference its configuration form, validate, and submit functions using @see. Conversely, form, validate, and submit functions should reference the action function using @see. For examples of this see comment_unpublish_by_keyword_action(), which has the following in its doxygen documentation:

@ingroup actions @see comment_unpublish_by_keyword_action_form(). @see comment_unpublish_by_keyword_action_submit().

End of "defgroup actions".

Funktionen & Methoden

NameBeschreibung
comment_publish_actionAction to publish a comment.
comment_unpublish_actionAction to unpublish a comment.
comment_unpublish_by_keyword_actionAction to unpublish a comment if it contains a certain string.

includes/actions.inc, line 28

Kommentare

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen