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
PathPatternFunctionalTestCase::testTermEditing function core/modules/path/tests/path_pattern.test Basic functional testing of Path automatic aliases with taxonomy terms.
PathPatternFunctionalTestCase::testUserEditing function core/modules/path/tests/path_pattern.test Basic functional testing of Path automatic aliases with users.
ImageStylesPathAndUrlUnitTest::$image_filepath property core/modules/image/tests/image.test
PathPatternLocaleTestCase::testLanguageAliases function core/modules/path/tests/path_pattern.test Test that when an English node is updated, its old English URL alias is updated and its newer French URL alias is left intact.
PathLanguageUITestCase::testLanguageNeutralURLs function core/modules/path/tests/path.test Tests that a language-neutral URL alias works.
PathLanguageUITestCase::testDefaultLanguageURLs function core/modules/path/tests/path.test Tests that a default language URL alias works.
_system_site_information_settings_validate_path function core/modules/system/system.admin.inc Helper function for the system_site_information_settings form.
RedirectFunctionalTest::testPathChangeRedirects function core/modules/redirect/tests/redirect.test Tests renaming automatic aliases in a circular loop.
PathPatternUnitTestCase::testPathDeleteMultiple function core/modules/path/tests/path_pattern.test Test path_delete_multiple().
PathPatternTokenTestCase::testPathPatternTokens function core/modules/path/tests/path_pattern.test
ViewsPluginStyleJumpMenuTest::testDuplicatePaths function core/modules/views/tests/styles/views_plugin_style_jump_menu.test Tests jump menus with more than one same path but maybe different titles.
BackdropTemporaryStreamWrapper::getDirectoryPath function core/includes/stream_wrappers.inc Implements abstract public function getDirectoryPath()
LanguageUpgradePathTestCase::testLanguageUpgrade function core/modules/simpletest/tests/upgrade/upgrade.language.test Tests a successful upgrade.
views_handler_field_term_path::option_definition function core/modules/taxonomy/views/views_handler_field_term_path.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_field_node_path::option_definition function core/modules/node/views/views_handler_field_node_path.inc Default value for the path field option.
PathPatternTestHelper::assertNoEntityAliasExists function core/modules/path/tests/path_pattern.test
BackdropMatchPathTestCase::testBackdropMatchPath function core/modules/simpletest/tests/path.test Run through our test cases, making sure each one works as expected.
PathPatternUnitTestCase::testPatternLoadByEntity function core/modules/path/tests/path_pattern.test Test path_get_pattern_by_entity_type().
LayoutInterfaceTest::testBlockPathTypeConditions function core/modules/layout/tests/layout.test Test block path and type conditions.
ImageStylesPathAndUrlUnitTest::testImageStylePath function core/modules/image/tests/image.test Test image_style_path().
FileExampleSessionStreamWrapper::getDirectoryPath function modules/examples/file_example/file_example_session_streams.inc Implements getDirectoryPath().
BackdropMatchPathTestCase::backdropMatchPathTests function core/modules/simpletest/tests/path.test Helper function for testBackdropMatchPath(): set up an array of test cases.
PathPatternFunctionalTestCase::testNodeOperations function core/modules/path/tests/path_pattern.test Test node operations.
PathPatternFunctionalTestCase::testNodeTypeCreate function core/modules/path/tests/path_pattern.test Create a new content type with new path pattern.
PathPatternFunctionalTestCase::testUserOperations function core/modules/path/tests/path_pattern.test Test user operations.
PathPatternUnitTestCase::testNoExistingPathAliases function core/modules/path/tests/path_pattern.test
ViewsUIWizardJumpMenuTestCase::createNodeAndGetPath function core/modules/views/tests/views_ui.test Helper function to create a node and return its expected path.
ViewsUIWizardJumpMenuTestCase::createUserAndGetPath function core/modules/views/tests/views_ui.test Helper function to create a user and return its expected path.
ViewsUIWizardJumpMenuTestCase::createFileAndGetPath function core/modules/views/tests/views_ui.test Helper function to create a file and return its expected path.
UrlAlterFunctionalTest::testCurrentUrlRequestedPath function core/modules/simpletest/tests/path.test Test current_path() and request_path().
views_handler_filter_node_hidden_path::operator_form function core/modules/node/views/views_handler_filter_node_hidden_path.inc Options form subform for setting the operator.
CommonURLWebTestCase::testInternalPathMimicsExternal function core/modules/simpletest/tests/common.test Tests the url() function on internal paths which mimic external URLs.
PathPatternUnitTestCase::testGetSchemaAliasMaxLength function core/modules/path/tests/path_pattern.test Test _path_get_schema_alias_maxlength().
PathPatternFunctionalTestCase::testPatternsValidation function core/modules/path/tests/path_pattern.test
PathPatternLocaleTestCase::testNeutralTransliteration function core/modules/path/tests/path_pattern.test Language neutral German node has the correct transliteration applied.
ViewsUIWizardJumpMenuTestCase::createCommentAndGetPath function core/modules/views/tests/views_ui.test Helper function to create a comment and return its expected path.
LocalePathFunctionalTest::testPathLanguageConfiguration function core/modules/locale/tests/locale.test Test if a language can be associated with a URL alias.
ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath function core/modules/image/tests/image.test Test image_style_url().
PathPatternUnitTestCase::testEntityBundleRenamingDeleting function core/modules/path/tests/path_pattern.test
ImageStylesPathAndUrlUnitTest::testImageContentTypeHeaders function core/modules/image/tests/image.test Test that we do not pass an array to backdrop_add_http_header.
ViewsUIWizardJumpMenuTestCase::createTaxonomyTermAndGetPath function core/modules/views/tests/views_ui.test Helper function to create a taxonomy term and return its expected path.
ViewsUIWizardJumpMenuTestCase::createNodeRevisionAndGetPath function core/modules/views/tests/views_ui.test Helper function to create a node revision and return its expected path.
ImageStylesPathAndUrlUnitTest::testImageStyleUrlAndPathPublic function core/modules/image/tests/image.test Test image_style_url() with a file using the "public://" scheme.
PathPatternFunctionalTestCase::testProgrammaticEntityCreation function core/modules/path/tests/path_pattern.test Test programmatic entity creation for aliases.
ImageStylesPathAndUrlUnitTest::testImageStyleUrlAndPathPrivate function core/modules/image/tests/image.test Test image_style_url() with a file using the "private://" scheme.
PathPatternFunctionalTestCase::testConfigurationUserInterfaces function core/modules/path/tests/path_pattern.test
ImageStylesPathAndUrlUnitTest::testImageStyleUrlAndPathPublicUnclean function core/modules/image/tests/image.test Test image_style_url() with the "public://" scheme and unclean URLs.
ImageStylesPathAndUrlUnitTest::testImageStyleUrlAndPathPrivateUnclean function core/modules/image/tests/image.test Test image_style_url() with the "private://" schema and unclean URLs.
ImageStylesPathAndUrlUnitTest::testImageStyleUrlForMissingSourceImage function core/modules/image/tests/image.test Test that an invalid source image returns a 404.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9

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