path.inc

Functions to handle paths in Drupal.

File

drupal/core/includes/path.inc
View source

Functions

Namesort descending Description
current_path Return the current URL path of the page being viewed.
drupal_is_front_page Check if the current page is the front page.
drupal_match_path Check if a path matches any pattern in a set of patterns.
drupal_valid_path Checks a path exists and the current user has access to it.
path_get_admin_paths Gets a list of administrative and non-administrative paths.
path_is_admin Determines whether a path is in the administrative section of the site.
path_load Fetches a specific URL alias from the database.
_drupal_valid_path_new_router Temporary helper function to check a path in the new routing system.