path_verbose_resume |
function |
core/modules/path/path.module |
Re-enable verbose output of messages by Path module. |
backdrop_match_path |
function |
core/includes/path.inc |
Check if a path matches any pattern in a set of patterns. |
backdrop_valid_path |
function |
core/includes/path.inc |
Checks a path exists and the current user has access to it. |
PathSaveTest::setUp |
function |
core/modules/simpletest/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
path_admin_overview |
function |
core/modules/path/path.admin.inc |
Returns a listing of all defined URL aliases. |
taxonomy_admin_paths |
function |
core/modules/taxonomy/taxonomy.module |
Implements hook_admin_paths(). |
PathTestCase::getPID |
function |
core/modules/path/tests/path.test |
Returns the path ID. |
PathLanguageTestCase |
class |
core/modules/path/tests/path.test |
Tests URL aliases for translated nodes. |
redirect_path_insert |
function |
core/modules/redirect/redirect.module |
Implements hook_path_insert(). |
redirect_path_update |
function |
core/modules/redirect/redirect.module |
Implements hook_path_update(). |
redirect_path_delete |
function |
core/modules/redirect/redirect.module |
Implements hook_path_delete(). |
PATH_CASE_LEAVE_ASIS |
constant |
core/modules/path/path.inc |
Case should be left as is in the generated path. |
path_delete_multiple |
function |
core/modules/path/path.module |
Delete multiple URL aliases. |
backdrop_lookup_path |
function |
core/includes/path.inc |
Given an alias, return its Backdrop system URL if one exists. Given a Backdrop
system URL return one of its aliases if such a one exists. Otherwise,
return FALSE. |
layout_provides_path |
function |
core/modules/layout/layout.module |
Check if a path is provided by Layout module, as in a custom layout path. |
path_verbose_message |
function |
core/modules/path/path.module |
Output a helpful message if verbose output is enabled. |
path_verbose_suspend |
function |
core/modules/path/path.module |
Temporarily disable verbose output of messages by Path module. |
_color_get_file_path |
function |
core/modules/color/color.module |
Finds the original file path of a CSS file from the color configuration. |
path_get_admin_paths |
function |
core/includes/path.inc |
Gets a list of administrative and non-administrative paths. |
backdrop_encode_path |
function |
core/includes/common.inc |
Encodes a Backdrop path for use in a URL. |
LayoutPathTest::setUp |
function |
core/modules/layout/tests/layout.test |
Set up environment. |
path_test_path_update |
function |
core/modules/simpletest/tests/path_test.module |
Implements hook_path_update(). |
path_bulk_update_form |
function |
core/modules/path/path.admin.inc |
Form builder; Bulk URL alias update form. |
path_test_path_delete |
function |
core/modules/simpletest/tests/path_test.module |
Implements hook_path_delete(). |
path_test_path_insert |
function |
core/modules/simpletest/tests/path_test.module |
Implements hook_path_insert(). |
hook_path_alias_alter |
function |
core/modules/path/path.api.php |
Alter generated aliases before saving. |
LayoutUpgradePathTest |
class |
core/modules/layout/tests/layout.test |
Tests the upgrade path from block-based regions to layouts. |
PathPatternTestHelper |
class |
core/modules/path/tests/path_pattern.test |
Helper test class with some added functions for testing. |
_system_info_add_path |
function |
core/modules/system/system.module |
Prefixes all values in an .info file array with a given path. |
drupal_get_path_alias |
function |
core/includes/drupal.inc |
Given an internal Backdrop path, return the alias set by the administrator. |
FileFieldPathTestCase |
class |
core/modules/file/tests/file.test |
Tests that files are uploaded to proper locations. |
PathLayoutAccess::form |
function |
core/modules/layout/plugins/access/path_layout_access.inc |
Settings form for configuring this access item. |
PathLanguageUITestCase |
class |
core/modules/path/tests/path.test |
Tests the user interface for creating URL aliases, with languages. |
image_style_path_token |
function |
core/modules/image/image.module |
This function was never included in Backdrop. See: |
path_layout_access.inc |
file |
core/modules/layout/plugins/access/path_layout_access.inc |
Plugin to provide access control/visibility based on path. |
PathTestCase::$profile |
property |
core/modules/path/tests/path.test |
The profile to install as a basis for testing. |
_menu_find_router_path |
function |
core/includes/menu.inc |
Finds the router path which will serve this path. |
_path_clean_separators |
function |
core/modules/path/path.inc |
Trims duplicate, leading, and trailing separators from a string. |
hook_admin_paths_alter |
function |
core/modules/system/system.api.php |
Redefine administrative paths defined by other modules. |
path_punctuation_chars |
function |
core/modules/path/path.inc |
Return an array of arrays for punctuation values. |
path_is_alias_reserved |
function |
core/modules/path/path.module |
Determine if a possible URL alias would conflict with any existing paths. |
drupal_path_initialize |
function |
core/includes/drupal.inc |
Initialize the $_GET['q'] variable to the proper normal path. |
drupal_get_normal_path |
function |
core/includes/drupal.inc |
Given a URL alias, return the internal path it represents. |
installer_browser_path |
function |
core/modules/installer/installer.pages.inc |
Given a project type, return the path to the installer page. |
path_admin_form_submit |
function |
core/modules/path/path.admin.inc |
Form submission handler for path_admin_form(). |
path_admin_filter_form |
function |
core/modules/path/path.admin.inc |
Form constructor for the path admin overview filter form. |
translation_admin_paths |
function |
core/modules/translation/translation.module |
Implements hook_admin_paths(). |
PathMonolingualTestCase |
class |
core/modules/path/tests/path.test |
Tests that paths are not prefixed on a monolingual site. |
BareUpgradePathTestCase |
class |
core/modules/simpletest/tests/upgrade/upgrade_bare.test |
Upgrade test for the bare database.. |
redirect_delete_by_path |
function |
core/modules/redirect/redirect.module |
Delete any redirects associated with a path or any of its sub-paths. |