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
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.
hook_user_login_paths_alter function core/modules/user/user.api.php Redefine user login paths defined by other modules.
LanguageUpgradePathTestCase class core/modules/simpletest/tests/upgrade/upgrade.language.test Tests upgrading a filled database with language data.
path_patterns_settings_form function core/modules/path/path.admin.inc Form builder; Configure the URL alias pattern settings.
PathHooksTestCase::$profile property core/modules/path/tests/path.test The profile to install as a basis for testing.
PATH_PUNCTUATION_DO_NOTHING constant core/modules/path/path.inc Leave the punctuation as it is in the alias.
_field_ui_bundle_admin_path function core/modules/field_ui/field_ui.module Determines the administration path for a bundle.
hook_path_is_alias_reserved function core/modules/path/path.api.php Determine if a possible URL alias would conflict with any existing paths.
FileTransfer::fixRemotePath function core/includes/filetransfer/filetransfer.inc Returns a modified path suitable for passing to the server.
backdrop_cache_system_paths function core/includes/path.inc Cache system paths for a page.
PathTestCase::testAdminAlias function core/modules/path/tests/path.test Tests alias functionality through the admin interfaces.
path_bulk_update_batch_start function core/modules/path/path.admin.inc Batch callback; count the current number of URL aliases for comparison later.
FileScanDirectoryTest::$path property core/modules/simpletest/tests/file.test
_path_load_loosely_by_source function core/modules/path/path.inc Fetches an existing URL alias given a path and optional language.
layout_load_multiple_by_path function core/modules/layout/layout.module Load all layouts at a given path.
layout_get_path_layout_names function core/modules/layout/layout.module Get a list of layouts that share a particular path.
LayoutUpgradePathTest::setUp function core/modules/layout/tests/layout.test Set up environment.
PathPatternTestHelper::setUp function core/modules/path/tests/path_pattern.test Sets up a Backdrop site for running functional and integration tests.
ImageStylesPathAndUrlUnitTest class core/modules/image/tests/image.test Tests the functions for generating paths and URLs for image styles.
PathLayoutAccess::__construct function core/modules/layout/plugins/access/path_layout_access.inc Constructor for a Layout access rule.
PathLayoutAccess::checkAccess function core/modules/layout/plugins/access/path_layout_access.inc Checks for access based on the available context.
PathLanguageUITestCase::setUp function core/modules/path/tests/path.test Sets up a Backdrop site for running functional and integration tests.
views_handler_field_term_path class core/modules/taxonomy/views/views_handler_field_term_path.inc Field handler to present the path to the term.
views_handler_field_node_path class core/modules/node/views/views_handler_field_node_path.inc Field handler to present the path to the node.
PathPatternFunctionalTestCase class core/modules/path/tests/path_pattern.test Test basic Path automatic URL alias functionality.
PathPatternBulkUpdateTestCase class core/modules/path/tests/path_pattern.test Bulk update functionality tests.
FrontPageTestCase::$node_path property core/modules/system/tests/system.test
path_admin_form_delete_submit function core/modules/path/path.admin.inc Form submission handler for the 'Delete' button on path_admin_form().
layout_warn_if_site_info_path function core/modules/layout/layout.admin.inc Issues warnings if for a layout whose removal removes a page, its path matches one of the paths on the site information page.
path_bulk_update_form_validate function core/modules/path/path.admin.inc Validate handler for URL alias bulk generate form.
LayoutPathTest::testLayoutPath function core/modules/layout/tests/layout.test Tests that null paths (in default layouts) don't cause problems.
path_admin_bulk_delete_confirm function core/modules/path/path.admin.inc Confirm form for URL alias bulk deletion.
PathMonolingualTestCase::setUp function core/modules/path/tests/path.test Sets up a Backdrop site for running functional and integration tests.
ConfigFileStorage::getFilePath function core/includes/config.inc Returns the path to the configuration file.
layout_settings_form_path_ajax function core/modules/layout/layout.admin.inc AJAX handler for layout_settings_form().
BareUpgradePathTestCase::setUp function core/modules/simpletest/tests/upgrade/upgrade_bare.test Overrides BackdropWebTestCase::setUp() for upgrade testing.
redirect_delete_by_entity_path function core/modules/redirect/redirect.module Delete an entity URL alias and any of its sub-paths.
views_plugin_display::has_path function core/modules/views/plugins/views_plugin_display.inc Check to see if the display has a 'path' field.
views_plugin_display::get_path function core/modules/views/plugins/views_plugin_display.inc Return the base path to use for this display.
path_bulk_update_batch_process function core/modules/path/path.admin.inc Common batch processing callback for all operations.
PathLanguageTestCase::$profile property core/modules/path/tests/path.test The profile to install as a basis for testing.
node_path_type_delete_callback function core/modules/node/node.path.inc Callback to delete aliases for node types.
path_load_multiple_by_entities function core/modules/path/path.module Populate the path properties for multiple entities.
path_form_node_type_form_alter function core/modules/path/path.module Implements hook_form_FORM_ID_alter().
PathPatternTestHelper::addTerm function core/modules/path/tests/path_pattern.test
PathPatternUnitTestCase::setUp function core/modules/path/tests/path_pattern.test Sets up a Backdrop site for running functional and integration tests.
_layout_menu_router_path_exists function core/modules/layout/layout.admin.inc Helper function to determine whether a layout path is an existing menu router path.

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