function pm_uid_arg_load

Special menu _load() function for the user:uid argument.

This is just the normal page manager argument. It only exists so that the to_arg can exist.

File

page_manager/page_manager.module, line 1029

Code

function pm_uid_arg_load($value, $subtask, $argument) {
    page_manager_get_task('page');
    return _pm_arg_load($value, $subtask, $argument);
}