drupal_lookup_path

Functions that call drupal_lookup_path()

Namesort iconLocationDescription
drupal_clear_path_cacheincludes/common.incReset the static variable which holds the aliases mapped for this request.
drupal_get_normal_pathincludes/path.incGiven a path alias, return the internal path it represents.
drupal_get_path_aliasincludes/path.incGiven an internal Drupal path, return the alias set by the administrator.
drupal_lookup_pathincludes/path.incGiven 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()

Namesort iconLocationDescription
db_queryincludes/database.incRuns a basic query in the active database.
db_resultincludes/database.pgsql.incReturn an individual result field from the previous query.
drupal_lookup_pathincludes/path.incGiven an alias, return its Drupal system URL if one exists. Given a Drupal system URL return its alias if one exists.
 
 

Drupal is a registered trademark of Dries Buytaert.