function user_admin_paths

Implements hook_admin_paths().

File

modules/user/user.module, line 1954

Code

function user_admin_paths() {
    $paths = array(
        'user/*/cancel' => TRUE,
        'user/*/edit' => TRUE,
        'user/*/edit/*' => TRUE,
    );
    return $paths;
}

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