You are here

function ajax_comment_ajax_types in Ajax 6

Gets ajax types

Parameters

$types Assoc:

Return value

Bool

File

plugins/comment/ajax_comment.module, line 38

Code

function ajax_comment_ajax_types(&$types) {
  $types['comment_form'] = t('Comment Form');
  return TRUE;
}