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
_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. 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.
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 Overrides BackdropWebTestCase::setUp() for upgrade testing.
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.
path_admin_form_delete_submit function core/modules/path/path.admin.inc Form submission handler for the 'Delete' button on path_admin_form().
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.
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.
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.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • next ›
  • last »
  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
    • Contributed modules
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
  • 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
    • Become a maintainer
    • Adopt a project
    • Contribute to documentation
  • API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • 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
  • backdropcms.org
  • forum.backdropcms.org
  • events.backdropcms.org