path.inc |
file |
includes/path.inc |
Functions to handle paths in Backdrop, including path aliasing. |
path.inc |
file |
modules/path/path.inc |
Miscellaneous functions for Path module. |
path.test |
file |
modules/simpletest/tests/path.test |
Tests for path.inc. |
conf_path |
function |
includes/bootstrap.inc |
Returns the appropriate configuration directory. |
base_path |
function |
includes/common.inc |
Returns the base path (i.e., directory) of the Backdrop installation. |
path_menu |
function |
modules/path/path.module |
Implements hook_menu(). |
path_save |
function |
includes/path.inc |
Save a path alias to the database. |
path.test |
file |
modules/path/tests/path.test |
Tests for the Path module. |
path.info |
file |
modules/path/path.info |
name = Path
description = Allows users to rename URLs.
package = System
tags[] = URL Handling
version = BACKDROP_VERSION
type = module
backdrop = 1.x
configure = admin/config/urls/path |
path_load |
function |
includes/path.inc |
Fetches a specific URL alias from the database. |
path_theme |
function |
modules/path/path.module |
Implements hook_theme(). |
path_tokens |
function |
modules/path/path.tokens.inc |
Implements hook_tokens(). |
path.module |
file |
modules/path/path.module |
Enables users to customize URLs and provide automatic URL alias patterns. |
path_delete |
function |
includes/path.inc |
Delete a URL alias. |
request_path |
function |
includes/bootstrap.inc |
Returns the requested URL path of the page being viewed. |
path.install |
file |
modules/path/path.install |
Install, update, and uninstall functions for Path module. |
PathTestCase |
class |
modules/path/tests/path.test |
Provides a base class for testing the Path module. |
path.api.php |
file |
modules/path/path.api.php |
Hooks provided by the Path module. |
PathSaveTest |
class |
modules/simpletest/tests/path.test |
Tests the path_save() function. |
current_path |
function |
includes/path.inc |
Return the current URL path of the page being viewed. |
user.path.inc |
file |
modules/user/user.path.inc |
Path integration. |
Layout::$path |
property |
modules/layout/includes/layout.class.inc |
The internal path of a layout. |
node.path.inc |
file |
modules/node/node.path.inc |
Path integration. |
path_is_admin |
function |
includes/path.inc |
Determines whether a path is in the administrative section of the site. |
path_get_info |
function |
modules/path/path.module |
Get all path information from modules implementing hook_path_info(). |
path_to_theme |
function |
includes/theme.inc |
Returns the path to the current themed element. |
path_hook_info |
function |
modules/path/path.module |
Implements hook_hook_info(). |
view::get_path |
function |
modules/views/includes/view.inc |
Get the base path used for this view. |
user_path_info |
function |
modules/user/user.path.inc |
Implements hook_path_info(). |
hook_path_info |
function |
modules/path/path.api.php |
Provide information about the way your module's aliases will be built. |
path.admin.inc |
file |
modules/path/path.admin.inc |
Admin page callbacks for the Path module. |
path.admin.css |
file |
modules/path/css/path.admin.css |
.path-bulk-update-form .path-type {
margin-left: 40px; /* LTR */
}
.path-bulk-update-form [dir="rtl"] .path-type {
margin-left: 0;
margin-right: 40px;
}
.path-bulk-update-form th .form-checkbox {
margin-right: 10px; /* LTR… |
PathLookupTest |
class |
modules/simpletest/tests/path.test |
Unit test for backdrop_lookup_path(). |
find_conf_path |
function |
includes/bootstrap.inc |
Finds the appropriate configuration directory for a given host and path. |
path_test.info |
file |
modules/simpletest/tests/path_test.info |
name = "Hook path tests"
description = "Support module for path hook testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
node_path_info |
function |
modules/node/node.path.inc |
Implements hook_path_info(). |
file_icon_path |
function |
modules/file/file.module |
Creates a path to the icon for a file entity. |
path_admin_edit |
function |
modules/path/path.admin.inc |
Page callback: Returns a form creating or editing an alias. |
path_token_info |
function |
modules/path/path.tokens.inc |
Implements hook_token_info(). |
Layout::setPath |
function |
modules/layout/includes/layout.class.inc |
Set a layout path. |
path.tokens.inc |
file |
modules/path/path.tokens.inc |
Token integration for the Path module. |
drupal_realpath |
function |
includes/drupal.inc |
Resolves the absolute filepath of a local URI or filepath. |
path_admin_form |
function |
modules/path/path.admin.inc |
Form builder; Main URL alias pattern administration form. |
Layout::getPath |
function |
modules/layout/includes/layout.class.inc |
Return a layout's path based on its assigned menu item. |
path.tests.info |
file |
modules/path/tests/path.tests.info |
[PathTestCase]
name = Path alias functionality
description = Add, edit, delete, and change alias and verify its consistency in the database.
group = Path
file = path.test
[PathTaxonomyTermTestCase]
name = Taxonomy term URL aliases
description = Tests… |
PATH_CASE_LOWER |
constant |
modules/path/path.inc |
Case should be lowercased in the generated path. |
path_permission |
function |
modules/path/path.module |
Implements hook_permission(). |
path_test_reset |
function |
modules/simpletest/tests/path_test.module |
Resets the path test results. |
drupal_get_path |
function |
includes/drupal.inc |
Returns the path to a system item (module, theme, etc.). |
image_style_path |
function |
modules/image/image.module |
Return the URI of an image when using a style. |