You are here

function apps_updater_info in Apps 7

Implements hook_updater_info().

File

./apps.module, line 642
Module file for Apps

Code

function apps_updater_info() {
  return array(
    'library' => array(
      'class' => 'LibraryUpdater',
      'name' => t('Update Library'),
      'weight' => -10,
    ),
  );
}