You are here

function invite_type_load in Invite 7.4

Load Invite Type.

Parameters

string $invite_type_name:

Return value

array|mixed

1 call to invite_type_load()
invite_by_email_uninstall in modules/invite_by_email/invite_by_email.install
Implements hook_uninstall().
1 string reference to 'invite_type_load'
invite_by_email_uninstall in modules/invite_by_email/invite_by_email.install
Implements hook_uninstall().

File

./invite.module, line 699

Code

function invite_type_load($invite_type_name) {
  return invite_get_types($invite_type_name);
}