You are here

Functions in Redis 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
current_path ./redis.path.inc Return the current URL path of the page being viewed. 1
drupal_cache_system_paths ./redis.path.inc Cache system paths for a page.
drupal_clear_path_cache ./redis.path.inc Clear the path cache. 2
drupal_get_normal_path ./redis.path.inc Given a path alias, return the internal path it represents. 1
drupal_get_path_alias ./redis.path.inc Given an internal Drupal path, return the alias set by the administrator.
drupal_is_front_page ./redis.path.inc Check if the current page is the front page.
drupal_lookup_path ./redis.path.inc Given 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. 2 2
drupal_match_path ./redis.path.inc Check if a path matches any pattern in a set of patterns. 1
drupal_path_alias_whitelist_rebuild ./redis.path.inc Rebuild the path alias white list. 2
drupal_path_initialize ./redis.path.inc Initialize the $_GET['q'] variable to the proper normal path.
drupal_valid_path ./redis.path.inc Checks a path exists and the current user has access to it.
drush_redis_flush ./redis.drush.inc Callback for the redis-flush command
drush_redis_flush_safe ./redis.drush.inc Callback for the redis-flush-safe command
lock_acquire ./redis.lock.inc
lock_init ./redis.lock.inc Foo function, keeping it for API consistency (Drupal 6).
lock_initialize ./redis.lock.inc Foo function, keeping it for API consistency (Drupal 7).
lock_may_be_available ./redis.lock.inc
lock_release ./redis.lock.inc
lock_release_all ./redis.lock.inc 1
lock_wait ./redis.lock.inc
path_delete ./redis.path.inc Delete a URL alias.
path_get_admin_paths ./redis.path.inc Gets a list of administrative and non-administrative paths. 1
path_is_admin ./redis.path.inc Determines whether a path is in the administrative section of the site. 1
path_load ./redis.path.inc Fetches a specific URL alias from the database. 2
path_save ./redis.path.inc Save a path alias to the database.
redis_autoload ./redis.autoload.inc Redis module specific autoloader, compatible with spl_register_autoload(). 1
redis_drush_command ./redis.drush.inc Implements hook_drush_command().
redis_help ./redis.module Implements hook_help().
redis_menu ./redis.module Implements hook_menu().
redis_path_backend_get ./redis.path.inc Get Redis path lookup backend. 1
redis_requirements ./redis.install Implements hook_requirements().
redis_settings_form ./redis.admin.inc Main settings and review administration screen. 1
redis_settings_form_submit_clean_values ./redis.admin.inc Deep clean of $form_state values. 1
_lock_id ./redis.lock.inc Foo function, keeping it for API consistency. Some insane people may actually use it.

Other projects