PATH_PUNCTUATION_REMOVE |
constant |
core/modules/path/path.inc |
Remove the punctuation from the alias. |
path_clean_token_values |
function |
core/modules/path/path.inc |
Clean tokens so they are URL friendly. |
hook_path_pattern_alter |
function |
core/modules/path/path.api.php |
Alter the pattern to be used before an alias is generated. |
FileTransfer::checkPath |
function |
core/includes/filetransfer/filetransfer.inc |
Checks that the path is inside the jail and throws an exception if not. |
backdrop_get_path_alias |
function |
core/includes/path.inc |
Given an internal Backdrop path, return the alias set by the administrator. |
PathPatternUnitTestCase |
class |
core/modules/path/tests/path_pattern.test |
Unit tests for Path pattern functions. |
drupal_clear_path_cache |
function |
core/includes/drupal.inc |
Clear the path cache. |
_backdrop_build_css_path |
function |
core/includes/common.inc |
Prefixes all paths within a CSS file for backdrop_build_css_cache(). |
LayoutPathTest::$profile |
property |
core/modules/layout/tests/layout.test |
The profile to install as a basis for testing. |
LocalePathFunctionalTest |
class |
core/modules/locale/tests/locale.test |
Functional tests for configuring a different URL alias per language. |
PathTaxonomyTermTestCase |
class |
core/modules/path/tests/path.test |
Tests URL aliases for taxonomy terms. |
PathHooksTestCase::setUp |
function |
core/modules/path/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
PATH_UPDATE_ACTION_LEAVE |
constant |
core/modules/path/path.inc |
"Create a new alias. Leave the existing alias functioning." |
PATH_PUNCTUATION_REPLACE |
constant |
core/modules/path/path.inc |
Replace the punctuation with the separator in the alias. |
backdrop_path_initialize |
function |
core/includes/path.inc |
Initialize the $_GET['q'] variable to the proper normal path. |
backdrop_get_normal_path |
function |
core/includes/path.inc |
Given a URL alias, return the internal path it represents. |
PathPatternTokenTestCase |
class |
core/modules/path/tests/path_pattern.test |
Token functionality tests. |
views_ui_build_form_path |
function |
core/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. |
path_admin_form_validate |
function |
core/modules/path/path.admin.inc |
Form validation handler for path_admin_form(). |
PathLayoutAccess::summary |
function |
core/modules/layout/plugins/access/path_layout_access.inc |
Provides a human-readable summary of this access check's behavior. |
FilledUpgradePathTestCase |
class |
core/modules/simpletest/tests/upgrade/upgrade_filled.test |
Upgrade test for the filled database.. |
layout_get_layout_by_path |
function |
core/modules/layout/layout.module |
Get the layout which is active based on a path or router item. |
path_patterns_form_submit |
function |
core/modules/path/path.admin.inc |
Submit handler for path_patterns_form(). |
PATH_UPDATE_ACTION_NO_NEW |
constant |
core/modules/path/path.inc |
"Do nothing. Leave the old alias intact." |
PATH_UPDATE_ACTION_DELETE |
constant |
core/modules/path/path.inc |
"Create a new alias. Delete the old alias." |
path_save_automatic_alias |
function |
core/modules/path/path.inc |
Save an automatic alias; replacing or adding aliases based on site settings. |
FileTransfer::$chrootPath |
property |
core/includes/filetransfer/filetransfer.inc |
Path to connection chroot. |
path_delete_all_by_source |
function |
core/modules/path/path.module |
Delete an URL alias and any of its sub-paths. |
path_delete_all_by_entity |
function |
core/modules/path/path.module |
Delete an entity URL alias and any of its sub-paths. |
backdrop_clear_path_cache |
function |
core/includes/path.inc |
Clear the path cache. |
BackdropMatchPathTestCase |
class |
core/modules/simpletest/tests/path.test |
Unit tests for the backdrop_match_path() function in path.inc. |
drupal_cache_system_paths |
function |
core/includes/drupal.inc |
Cache system paths for a page. |
PathPatternLocaleTestCase |
class |
core/modules/path/tests/path_pattern.test |
|
path_admin_delete_confirm |
function |
core/modules/path/path.admin.inc |
Form constructor for the path deletion form. |
path_form_node_form_alter |
function |
core/modules/path/path.module |
Implements hook_form_BASE_FORM_ID_alter() for node_form(). |
UpgradePathTestCase::setUp |
function |
core/modules/simpletest/tests/upgrade/upgrade.test |
Overrides BackdropWebTestCase::setUp() for upgrade testing. |
path_generate_entity_alias |
function |
core/modules/path/path.inc |
Apply patterns to create an alias for an entity. |
FileTransfer::sanitizePath |
function |
core/includes/filetransfer/filetransfer.inc |
Changes backslashes to slashes, also removes a trailing slash. |
path_node_type_form_submit |
function |
core/modules/path/path.module |
Submit handler for node type form. |
path_pattern_settings_form |
function |
core/modules/path/path.module |
Return the URL alias pattern settings form for easy addition into other forms. |
GraphUnitTest::assertPaths |
function |
core/modules/simpletest/tests/graph.test |
Verify expected paths in a graph. |
BackdropWebTestCase::xpath |
function |
core/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. |
LayoutOverridesPathContext |
class |
core/modules/layout/plugins/context/layout_context.inc |
Pass-through context used when an unknown argument is encountered. |
path_form_element_validate |
function |
core/modules/path/path.module |
Form element validation handler for URL alias form element. |
theme_path_bulk_update_form |
function |
core/modules/path/path.admin.inc |
Returns HTML for the Path bulk update page. |
LayoutPathTest::$admin_user |
property |
core/modules/layout/tests/layout.test |
|
PathTestCase::testPathCache |
function |
core/modules/path/tests/path.test |
Tests the path cache. |
PathTestCase::testNodeAlias |
function |
core/modules/path/tests/path.test |
Tests alias functionality through the node interfaces. |
PathLanguageTestCase::setUp |
function |
core/modules/path/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
LanguageUpgradePathTestCase |
class |
core/modules/simpletest/tests/upgrade/upgrade.language.test |
Tests upgrading a filled database with language data. |