You are here

function ajax_logintoboggan_ajax_types in Ajax 6

Gets ajax types

Parameters

$types Assoc:

Return value

Bool

File

plugins/loggintoboggan/ajax_logintoboggan.module, line 20

Code

function ajax_logintoboggan_ajax_types(&$types) {
  $types['logintoboggan_user_register'] = t('Loggin Toboggan User Register');
  return TRUE;
}