hook_path_pattern_alter |
function |
modules/path/path.api.php |
Alter the pattern to be used before an alias is generated. |
PathMonolingualTestCase |
class |
modules/path/tests/path.test |
Tests that paths are not prefixed on a monolingual site. |
path_clean_token_values |
function |
modules/path/path.inc |
Clean tokens so they are URL friendly. |
PATH_PUNCTUATION_REPLACE |
constant |
modules/path/path.inc |
Replace the punctuation with the separator in the alias. |
backdrop_get_normal_path |
function |
includes/path.inc |
Given a path alias, return the internal path it represents. |
PATH_UPDATE_ACTION_LEAVE |
constant |
modules/path/path.inc |
"Create a new alias. Leave the existing alias functioning." |
backdrop_path_initialize |
function |
includes/path.inc |
Initialize the $_GET['q'] variable to the proper normal path. |
PathHooksTestCase::setUp |
function |
modules/path/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
LocalePathFunctionalTest |
class |
modules/locale/tests/locale.test |
Functional tests for configuring a different path alias per language. |
PathTaxonomyTermTestCase |
class |
modules/path/tests/path.test |
Tests URL aliases for taxonomy terms. |
_backdrop_build_css_path |
function |
includes/common.inc |
Prefixes all paths within a CSS file for backdrop_build_css_cache(). |
path_admin_form_validate |
function |
modules/path/path.admin.inc |
Form validation handler for path_admin_form(). |
PathPatternTokenTestCase |
class |
modules/path/tests/path_pattern.test |
Token functionality tests. |
views_ui_build_form_path |
function |
modules/views_ui/views_ui.admin.inc |
Create the menu path for one of our standard AJAX forms based upon known
information about the form. |
PathLayoutAccess::summary |
function |
modules/layout/plugins/access/path_layout_access.inc |
Provides a human-readable summary of this access check's behavior. |
PATH_UPDATE_ACTION_DELETE |
constant |
modules/path/path.inc |
"Create a new alias. Delete the old alias." |
PATH_UPDATE_ACTION_NO_NEW |
constant |
modules/path/path.inc |
"Do nothing. Leave the old alias intact." |
path_delete_all_by_source |
function |
modules/path/path.module |
Delete an URL alias and any of its sub-paths. |
path_delete_all_by_entity |
function |
modules/path/path.module |
Delete an entity URL alias and any of its sub-paths. |
layout_get_layout_by_path |
function |
modules/layout/layout.module |
Get the layout which is active based on a path or router item. |
path_form_node_form_alter |
function |
modules/path/path.module |
Implements hook_form_BASE_FORM_ID_alter() for node_form(). |
backdrop_clear_path_cache |
function |
includes/path.inc |
Clear the path cache. |
path_patterns_form_submit |
function |
modules/path/path.admin.inc |
Submit handler for path_patterns_form(). |
BackdropMatchPathTestCase |
class |
modules/simpletest/tests/path.test |
Unit tests for the backdrop_match_path() function in path.inc. |
FilledUpgradePathTestCase |
class |
modules/simpletest/tests/upgrade/upgrade_filled.test |
Upgrade test for the filled database.. |
path_admin_delete_confirm |
function |
modules/path/path.admin.inc |
Form constructor for the path deletion form. |
drupal_cache_system_paths |
function |
includes/drupal.inc |
Cache system paths for a page. |
PathPatternLocaleTestCase |
class |
modules/path/tests/path_pattern.test |
|
path_save_automatic_alias |
function |
modules/path/path.inc |
Save an automatic alias; replacing or adding aliases based on site settings. |
path_form_element_validate |
function |
modules/path/path.module |
Form element validation handler for URL alias form element. |
LayoutOverridesPathContext |
class |
modules/layout/plugins/context/layout_context.inc |
Pass-through context used when an unknown argument is encountered. |
path_pattern_settings_form |
function |
modules/path/path.module |
Return the URL alias pattern settings form for easy addition into other forms. |
path_node_type_form_submit |
function |
modules/path/path.module |
Submit handler for node type form. |
BackdropWebTestCase::xpath |
function |
modules/simpletest/backdrop_web_test_case.php |
Perform an xpath search on the contents of the internal browser. The search
is relative to the root element (HTML tag normally) of the page. |
FileTransfer::sanitizePath |
function |
includes/filetransfer/filetransfer.inc |
Changes backslashes to slashes, also removes a trailing slash. |
GraphUnitTest::assertPaths |
function |
modules/simpletest/tests/graph.test |
Verify expected paths in a graph. |
UpgradePathTestCase::setUp |
function |
modules/simpletest/tests/upgrade/upgrade.test |
Overrides BackdropWebTestCase::setUp() for upgrade testing. |
path_generate_entity_alias |
function |
modules/path/path.inc |
Apply patterns to create an alias for an entity. |
PATH_PUNCTUATION_DO_NOTHING |
constant |
modules/path/path.inc |
Leave the punctuation as it is in the alias. |
backdrop_cache_system_paths |
function |
includes/path.inc |
Cache system paths for a page. |
PathHooksTestCase::$profile |
property |
modules/path/tests/path.test |
The profile to install as a basis for testing. |
PathLanguageTestCase::setUp |
function |
modules/path/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
_field_ui_bundle_admin_path |
function |
modules/field_ui/field_ui.module |
Determines the administration path for a bundle. |
PathTestCase::testNodeAlias |
function |
modules/path/tests/path.test |
Tests alias functionality through the node interfaces. |
PathTestCase::testPathCache |
function |
modules/path/tests/path.test |
Tests the path cache. |
FileTransfer::fixRemotePath |
function |
includes/filetransfer/filetransfer.inc |
Returns a modified path suitable for passing to the server.
If a path is a windows path, makes it POSIX compliant by removing the drive letter.
If $this->chroot has a value, it is stripped from the path to allow for
chroot'd filetransfer systems. |
theme_path_bulk_update_form |
function |
modules/path/path.admin.inc |
Returns HTML for the Path bulk update page. |
LanguageUpgradePathTestCase |
class |
modules/simpletest/tests/upgrade/upgrade.language.test |
Tests upgrading a filled database with language data. |
path_patterns_settings_form |
function |
modules/path/path.admin.inc |
Form builder; Configure the URL alias pattern settings. |
hook_path_is_alias_reserved |
function |
modules/path/path.api.php |
Determine if a possible URL alias would conflict with any existing paths. |