path_admin_form |
function |
core/modules/path/path.admin.inc |
Form builder; Main URL alias pattern administration form. |
path_permission |
function |
core/modules/path/path.module |
Implements hook_permission(). |
PathLayoutAccess |
class |
core/modules/layout/plugins/access/path_layout_access.inc |
@file
Plugin to provide access control/visibility based on path. |
user_admin_paths |
function |
core/modules/user/user.module |
Implements hook_admin_paths(). |
book_admin_paths |
function |
core/modules/book/book.module |
Implements hook_admin_paths(). |
path_update_1000 |
function |
core/modules/path/path.install |
Upgrades Drupal 7 Pathauto variables to Path config. |
path_update_1001 |
function |
core/modules/path/path.install |
Moves Backdrop Pathauto configuration to Path module configuration. |
path_clean_alias |
function |
core/modules/path/path.inc |
Clean up a URL alias. |
hook_admin_paths |
function |
core/modules/system/system.api.php |
Define administrative paths. |
layout_path_load |
function |
core/modules/layout/layout.module |
Menu loader callback; Convert %layout_path placeholders to loaded objects. |
path_action_info |
function |
core/modules/path/path.module |
Implements hook_action_info(). |
path_entity_load |
function |
core/modules/path/path.module |
Implements hook_entity_load(). |
file_admin_paths |
function |
core/modules/file/file.module |
Implements hook_admin_paths(). |
path_config_info |
function |
core/modules/path/path.module |
Implements hook_config_info(). |
layout_test_path |
function |
core/modules/layout/tests/layout_test/layout_test.module |
Menu callback; Display a test page. |
image_path_flush |
function |
core/modules/image/image.module |
Clear cached versions of a specific file in all styles. |
node_admin_paths |
function |
core/modules/node/node.module |
Implements hook_admin_paths(). |
image_style_path |
function |
core/modules/image/image.module |
Return the URI of an image when using a style. |
hook_path_insert |
function |
core/modules/path/path.api.php |
Respond to a path being inserted. |
path_test.module |
file |
core/modules/simpletest/tests/path_test.module |
Helper module for the path tests. |
hook_path_update |
function |
core/modules/path/path.api.php |
Respond to a path being updated. |
hook_path_delete |
function |
core/modules/path/path.api.php |
Respond to a path being deleted. |
backdrop_get_path |
function |
core/includes/common.inc |
Returns the path to a system item (module, theme, etc.). |
backdrop_realpath |
function |
core/includes/file.inc |
Resolves the absolute filepath of a local URI or filepath. |
path_pattern.test |
file |
core/modules/path/tests/path_pattern.test |
Functionality tests for automatic path generation. |
PathHooksTestCase |
class |
core/modules/path/tests/path.test |
Tests that path hooks are invoked. |
path_clean_string |
function |
core/modules/path/path.inc |
Clean up a string segment to be used in an URL alias. |
_path_is_callback |
function |
core/modules/path/path.inc |
Verify if the given path is a valid menu callback. |
path_autocomplete |
function |
core/modules/system/system.module |
Menu callback; Autocomplete callback for paths. |
path_form_element |
function |
core/modules/path/path.module |
Return a portion of a form for setting an alias on an entity. |
drupal_match_path |
function |
core/includes/drupal.inc |
Check if a path matches any pattern in a set of patterns. |
drupal_valid_path |
function |
core/includes/drupal.inc |
Checks a path exists and the current user has access to it. |
taxonomy.path.inc |
file |
core/modules/taxonomy/taxonomy.path.inc |
Path integration. |
drupal_encode_path |
function |
core/includes/drupal.inc |
Encodes a Backdrop path for use in a URL. |
menu_tree_set_path |
function |
core/includes/menu.inc |
Sets the path for determining the active trail of the specified menu tree. |
menu_tree_get_path |
function |
core/includes/menu.inc |
Gets the path for determining the active trail of the specified menu tree. |
menu_tab_root_path |
function |
core/includes/menu.inc |
Returns the router path, or the path for a default local task's parent. |
path_load_multiple |
function |
core/includes/path.inc |
Load a collection of URL aliases from the database all at once. |
path_patterns_form |
function |
core/modules/path/path.admin.inc |
Form builder; Configure the URL alias patterns. |
path_entity_insert |
function |
core/modules/path/path.module |
Implements hook_entity_insert(). |
path_entity_update |
function |
core/modules/path/path.module |
Implements hook_entity_update(). |
path_entity_delete |
function |
core/modules/path/path.module |
Implements hook_entity_delete(). |
drupal_lookup_path |
function |
core/includes/drupal.inc |
Given an alias, return its Backdrop system URL if one exists. |
taxonomy_path_info |
function |
core/modules/taxonomy/taxonomy.path.inc |
Implements hook_path_info(). |
system_admin_paths |
function |
core/modules/system/system.module |
Implements hook_admin_paths(). |
PathTestCase::setUp |
function |
core/modules/path/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
UpgradePathTestCase |
class |
core/modules/simpletest/tests/upgrade/upgrade.test |
Perform end-to-end tests of the upgrade path. |
path_alias_uniquify |
function |
core/modules/path/path.inc |
Check to ensure a URL alias is unique and add suffix variants if necessary. |
path_load_by_entity |
function |
core/modules/path/path.module |
Populate the canonical path property for an entity. |
_views_ui_get_paths |
function |
core/modules/views_ui/views_ui.module |
Helper function to get a list of paths assigned to a view. |