Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for path

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
layout_path_load function modules/layout/layout.module Menu loader callback; Convert %layout_path placeholders to loaded objects.
file_admin_paths function modules/file/file.module Implements hook_admin_paths().
node_admin_paths function modules/node/node.module Implements hook_admin_paths().
path_config_info function modules/path/path.module Implements hook_config_info().
hook_path_delete function modules/path/path.api.php Respond to a path being deleted.
path_clean_alias function modules/path/path.inc Clean up a URL alias.
hook_admin_paths function modules/system/system.api.php Define administrative paths.
path_entity_load function modules/path/path.module Implements hook_entity_load().
hook_path_insert function modules/path/path.api.php Respond to a path being inserted.
path_action_info function modules/path/path.module Implements hook_action_info().
layout_test_path function modules/layout/tests/layout_test/layout_test.module Menu callback; Display a test page.
path_update_1001 function modules/path/path.install Moves Backdrop Pathauto configuration to Path module configuration.
hook_path_update function modules/path/path.api.php Respond to a path being updated.
path_test.module file modules/simpletest/tests/path_test.module Helper module for the path tests.
path_update_1000 function modules/path/path.install Upgrades Drupal 7 Pathauto variables to Path config.
PathLayoutAccess class modules/layout/plugins/access/path_layout_access.inc @file Plugin to provide access control/visibility based on path.
book_admin_paths function modules/book/book.module Implements hook_admin_paths().
user_admin_paths function modules/user/user.module Implements hook_admin_paths().
image_style_path function modules/image/image.module Return the URI of an image when using a style.
backdrop_get_path function includes/common.inc Returns the path to a system item (module, theme, etc.).
PathHooksTestCase class modules/path/tests/path.test Tests that path hooks are invoked.
backdrop_realpath function includes/file.inc Resolves the absolute filepath of a local URI or filepath.
path_pattern.test file modules/path/tests/path_pattern.test Functionality tests for automatic path generation.
drupal_valid_path function includes/drupal.inc Checks a path exists and the current user has access to it.
_path_is_callback function modules/path/path.inc Verify if the given path is a valid menu callback.
path_autocomplete function modules/system/system.module Menu callback; Autocomplete callback for paths.
taxonomy.path.inc file modules/taxonomy/taxonomy.path.inc Path integration.
path_clean_string function modules/path/path.inc Clean up a string segment to be used in an URL alias.
drupal_match_path function includes/drupal.inc Check if a path matches any pattern in a set of patterns.
path_form_element function modules/path/path.module Return a portion of a form for setting an alias on an entity.
path_patterns_form function modules/path/path.admin.inc Form builder; Configure the URL alias patterns.
menu_tab_root_path function includes/menu.inc Returns the router path, or the path for a default local task's parent.
menu_tree_get_path function includes/menu.inc Gets the path for determining the active trail of the specified menu tree.
menu_tree_set_path function includes/menu.inc Sets the path for determining the active trail of the specified menu tree.
system_admin_paths function modules/system/system.module Implements hook_admin_paths().
path_entity_delete function modules/path/path.module Implements hook_entity_delete().
path_entity_update function modules/path/path.module Implements hook_entity_update().
path_entity_insert function modules/path/path.module Implements hook_entity_insert().
drupal_lookup_path function includes/drupal.inc Given an alias, return its Backdrop system URL if one exists.
taxonomy_path_info function modules/taxonomy/taxonomy.path.inc Implements hook_path_info().
path_load_multiple function includes/path.inc Load a collection of URL aliases from the database all at once.
drupal_encode_path function includes/drupal.inc Encodes a Backdrop path for use in a URL.
path_admin_overview function modules/path/path.admin.inc Returns a listing of all defined URL aliases.
UpgradePathTestCase class modules/simpletest/tests/upgrade/upgrade.test Perform end-to-end tests of the upgrade path.
PathSaveTest::setUp function modules/simpletest/tests/path.test Sets up a Backdrop site for running functional and integration tests.
path_alias_uniquify function modules/path/path.inc Check to ensure a path alias is unique and add suffix variants if necessary.
path_load_by_entity function modules/path/path.module Populate the canonical path property for an entity.
backdrop_valid_path function includes/path.inc Checks a path exists and the current user has access to it.
PathTestCase::setUp function modules/path/tests/path.test Sets up a Backdrop site for running functional and integration tests.
path_verbose_resume function modules/path/path.module Re-enable verbose output of messages by Path module.

Pages

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

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS