You are here

function notifications_custom_autoload_info in Notifications 6.4

Implementation of hook_autoload_info().

File

notifications_custom/notifications_custom.module, line 15
Custom notifications module

Code

function notifications_custom_autoload_info() {
  return array(
    'Notifications_Custom_Subscription' => array(
      'file' => 'notifications_custom.class.inc',
    ),
  );
}