You are here

function pm_uid_arg_load in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 page_manager/page_manager.module \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
The page manager module provides a UI and API to manage pages.

Code

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