You are here

function invite_notifications_invite_sending_controller in Invite 7.4

Invite Sending Controller.

Return value

array Return a array with label.

File

modules/invite_notifications/invite_notifications.module, line 47
Main file for the Invite Notifications.

Code

function invite_notifications_invite_sending_controller() {
  return array(
    'label' => t('In-site notification'),
  );
}