function update_test_archiver_info

Implements hook_archiver_info().

File

modules/update/tests/update_test.module, line 127

Code

function update_test_archiver_info() {
    return array(
        'update_test_archiver' => array(
            // This is bogus, we only care about the extensions for now.
'class' => 'ArchiverUpdateTest',
            'extensions' => array(
                'update-test-extension',
            ),
        ),
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.