drupal_lookup_path
Functions that call drupal_lookup_path()
| Name | Location | Description |
|---|---|---|
| drupal_clear_path_cache | includes/common.inc | Reset the static variable which holds the aliases mapped for this request. |
| drupal_get_normal_path | includes/path.inc | Given a path alias, return the internal path it represents. |
| drupal_get_path_alias | includes/path.inc | Given an internal Drupal path, return the alias set by the administrator. |
| drupal_lookup_path | includes/path.inc | Given an alias, return its Drupal system URL if one exists. Given a Drupal system URL return its alias if one exists. |
Functions called by drupal_lookup_path()
| Name | Location | Description |
|---|---|---|
| db_query | includes/database.inc | Runs a basic query in the active database. |
| db_result | includes/database.pgsql.inc | Return an individual result field from the previous query. |
| drupal_lookup_path | includes/path.inc | Given an alias, return its Drupal system URL if one exists. Given a Drupal system URL return its alias if one exists. |
