function UrlAlterFunctionalTest::getInfo

File

modules/simpletest/tests/path.test, line 133

Class

UrlAlterFunctionalTest
Tests hook_url_alter functions.

Code

public static function getInfo() {
    return array(
        'name' => t('URL altering'),
        'description' => t('Tests hook_url_inbound_alter() and hook_url_outbound_alter().'),
        'group' => t('Path API'),
    );
}

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