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 one of its aliases if such a one exists. Otherwise, return FALSE.

Functions called by drupal_lookup_path()

Namesort iconLocationDescription
db_queryincludes/database.pgsql.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 one of its aliases if such a one exists. Otherwise, return FALSE.
 
 

Drupal is a registered trademark of Dries Buytaert.