Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for path

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
LocalePathFunctionalTest::setUp function core/modules/locale/tests/locale.test Sets up a Backdrop site for running functional and integration tests.
PathTaxonomyTermTestCase::setUp function core/modules/path/tests/path.test Sets up a Backdrop site for running functional and integration tests.
user_form_test_user_login_paths function core/modules/user/tests/user_form_test/user_form_test.module Implements hook_user_login_paths().
layout_menu_item_form_path_ajax function core/modules/layout/layout.admin.inc AJAX handler for layout_settings_form() the returns updated contexts.
path_bulk_update_batch_finished function core/modules/path/path.admin.inc Batch finished callback.
PathLanguageTestCase::$web_user property core/modules/path/tests/path.test The user account of the logged in user for these tests.
path_field_attach_rename_bundle function core/modules/path/path.module Implements hook_field_attach_rename_bundle().
path_field_attach_delete_bundle function core/modules/path/path.module Implements hook_field_attach_delete_bundle().
path_get_pattern_by_entity_type function core/modules/path/path.module Load an URL alias pattern by entity, bundle, and language.
path_user_admin_settings_submit function core/modules/path/path.module Submit handler for path_user_admin_settings().
layout_context_required_by_path function core/modules/layout/layout.module Given a path with placeholders (%), determine the required contexts.
PathPatternTestHelper::$profile property core/modules/path/tests/path_pattern.test The profile to install as a basis for testing.
PathPatternFunctionalTestHelper class core/modules/path/tests/path_pattern.test Helper test class with some added functions for testing.
FilledUpgradePathTestCase::setUp function core/modules/simpletest/tests/upgrade/upgrade_filled.test Overrides BackdropWebTestCase::setUp() for upgrade testing.
PathHooksTestCase::testPathHooks function core/modules/path/tests/path.test
path_save_automatic_entity_alias function core/modules/path/path.inc Update the URL aliases for an individual entity.
_path_get_schema_alias_maxlength function core/modules/path/path.inc Fetch the maximum length of the {url_alias}.alias field from the schema.
ListFieldUITestCase::$admin_path property core/modules/field/modules/list/tests/list.test
PathPatternTestHelper::saveAlias function core/modules/path/tests/path_pattern.test
BackdropMatchPathTestCase::setUp function core/modules/simpletest/tests/path.test Sets up a Backdrop site for running functional and integration tests.
PathPatternLocaleTestCase::setUp function core/modules/path/tests/path_pattern.test Sets up a Backdrop site for running functional and integration tests.
installer_browser_type_from_path function core/modules/installer/installer.pages.inc Determine the project type from a given internal path.
PathLanguageUITestCase::$profile property core/modules/path/tests/path.test The profile to install as a basis for testing.
path_admin_delete_confirm_submit function core/modules/path/path.admin.inc Form submission handler for path_admin_delete_confirm().
LayoutOverridesPathContext::type function core/modules/layout/plugins/context/layout_context.inc Return the indicator for this context, i.e. "entity", "string".
translation_path_get_translations function core/modules/translation/translation.module Returns the paths of all translations of a node, based on its Backdrop path.
layout_settings_form_path_rebuild function core/modules/layout/layout.admin.inc Submit handler for layout_settings_form().
UpgradePathTestCase::variable_set function core/modules/simpletest/tests/upgrade/upgrade.test Specialized variable_set() that works even if the child site is not upgraded.
system_menu_tree_trim_active_path function core/modules/system/system.menu.inc Trim everything but the active trail in the tree.
views_handler_field_node_path.inc file core/modules/node/views/views_handler_field_node_path.inc Handler for node path field.
hook_path_punctuation_chars_alter function core/modules/path/path.api.php Alter the list of punctuation characters used by Path module.
BackdropMatchPathTestCase::$front property core/modules/simpletest/tests/path.test
GraphUnitTest::assertReversePaths function core/modules/simpletest/tests/graph.test Verify expected reverse paths in a graph.
views_handler_field_term_path.inc file core/modules/taxonomy/views/views_handler_field_term_path.inc Handler for term path field.
PathMonolingualTestCase::$profile property core/modules/path/tests/path.test The profile to install as a basis for testing.
LayoutOverridesPathContext::label function core/modules/layout/plugins/context/layout_context.inc Assemble a human-readable label of this object.
path_form_taxonomy_form_term_alter function core/modules/path/path.module Implements hook_form_FORM_ID_alter() for taxonomy_form_term().
LanguageUpgradePathTestCase::setUp function core/modules/simpletest/tests/upgrade/upgrade.language.test Overrides BackdropWebTestCase::setUp() for upgrade testing.
PathPatternTestHelper::assertToken function core/modules/path/tests/path_pattern.test
PathPatternTestHelper::assertAlias function core/modules/path/tests/path_pattern.test
taxonomy_path_type_delete_callback function core/modules/taxonomy/taxonomy.path.inc Callback to delete aliases for taxonomy types.
views_plugin_display_page::has_path function core/modules/views/plugins/views_plugin_display_page.inc The page display has a path.
UpgradePathTestCase::performUpgrade function core/modules/simpletest/tests/upgrade/upgrade.test Perform the upgrade.
node_path_bulk_update_batch_process function core/modules/node/node.path.inc Batch processing callback; Generate or update aliases for nodes.
LayoutUpgradePathTest::assertBlocks function core/modules/layout/tests/layout.test
path_form_user_admin_settings_alter function core/modules/path/path.module Implements hook_form_FORM_ID_alter() for user_admin_settings().
drupal_path_alias_whitelist_rebuild function core/includes/drupal.inc
drupal_path_alias_allowlist_rebuild function core/includes/drupal.inc Rebuild the path alias allowlist.
user_path_bulk_update_batch_process function core/modules/user/user.path.inc Batch processing callback; Generate URL aliases for users.
path_admin_filter_form_submit_reset function core/modules/path/path.admin.inc Form submission handler for the path_admin_filter_form() Reset button.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org