Search for help

  1. Search 7.x for help
  2. Search 9.5.x for help
  3. Search 8.9.x for help
  4. Search 10.3.x for help
  5. Search 11.x for help
  6. Other projects
Title Object type File name Summary
PathChangedHelper::$newUrl property core/lib/Drupal/Core/Routing/PathChangedHelper.php The URL object for the route whose path has changed.
PathChangedHelper::$oldUrl property core/lib/Drupal/Core/Routing/PathChangedHelper.php The URL object for the BC route.
PathChangedHelper::newPath function core/lib/Drupal/Core/Routing/PathChangedHelper.php Returns the updated path.
PathChangedHelper::oldPath function core/lib/Drupal/Core/Routing/PathChangedHelper.php Returns the deprecated path.
PathChangedHelper::redirect function core/lib/Drupal/Core/Routing/PathChangedHelper.php Returns a redirect to the new path.
PathChangedHelper::__construct function core/lib/Drupal/Core/Routing/PathChangedHelper.php Constructs a PathChangedHelper object.
PathChangedHelperTest class core/tests/Drupal/KernelTests/Core/Routing/PathChangedHelperTest.php Tests the PathChangedHelper class.
PathChangedHelperTest class core/tests/Drupal/Tests/Core/Routing/PathChangedHelperTest.php Tests Drupal\Core\Routing\PathChangedHelper.
PathChangedHelperTest.php file core/tests/Drupal/KernelTests/Core/Routing/PathChangedHelperTest.php
PathChangedHelperTest.php file core/tests/Drupal/Tests/Core/Routing/PathChangedHelperTest.php
PathChangedHelperTest::$modules property core/tests/Drupal/KernelTests/Core/Routing/PathChangedHelperTest.php Modules to install.
PathChangedHelperTest::testPathChangedHelper function core/tests/Drupal/KernelTests/Core/Routing/PathChangedHelperTest.php Tests creating a PathChangedHelper object and getting paths.
PathChangedHelperTest::testPathChangedHelperException function core/tests/Drupal/Tests/Core/Routing/PathChangedHelperTest.php Tests that the constructor validates its arguments.
PathHooks::help function core/modules/path/src/Hook/PathHooks.php Implements hook_help().
path_changed_helper_test.info.yml file core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.info.yml core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.info.yml
path_changed_helper_test.routing.yml file core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.routing.yml core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.routing.yml
PgsqlHooks::help function core/modules/pgsql/src/Hook/PgsqlHooks.php Implements hook_help().
PhpassHooks::help function core/modules/phpass/src/Hook/PhpassHooks.php Implements hook_help().
PhpTuf\ComposerStager\Internal\Path\Service\PathHelperInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Path\Service\PathHelper
plugin.manager.help_section service core/modules/help/help.services.yml Drupal\help\HelpSectionManager
plugin.manager.help_topic service core/modules/help/help.services.yml Drupal\help\HelpTopicPluginManager
PluginBaseTest::$testHelperPlugin property core/modules/views/tests/src/Unit/PluginBaseTest.php The test helper plugin to use for the tests.
QueryGroupByTest::groupByTestHelper function core/modules/views/tests/src/Kernel/QueryGroupByTest.php Provides a test helper which runs a view with some aggregation function.
RenderElementHelper class core/modules/inline_form_errors/src/RenderElementHelper.php Provides functionality to process render elements.
RenderElementHelper.php file core/modules/inline_form_errors/src/RenderElementHelper.php
RenderElementHelper::alterElementInfo function core/modules/inline_form_errors/src/RenderElementHelper.php Alters the element type info.
RenderElementHelper::processElement function core/modules/inline_form_errors/src/RenderElementHelper.php Process all render elements.
RequestHelper class core/lib/Drupal/Core/Routing/RequestHelper.php Provides some helper methods for dealing with the request.
RequestHelper.php file core/lib/Drupal/Core/Routing/RequestHelper.php
RequestHelper::isCleanUrl function core/lib/Drupal/Core/Routing/RequestHelper.php Returns whether the request is using a clean URL.
ResponsiveImageHooks::help function core/modules/responsive_image/src/Hook/ResponsiveImageHooks.php Implements hook_help().
RestHooks::help function core/modules/rest/src/Hook/RestHooks.php Implements hook_help().
SchematicNormalizerHelperTrait trait core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php Methods for normalizing JSON schema.
SchematicNormalizerHelperTrait.php file core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php
SchematicNormalizerHelperTrait::checkFormat function core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php
SchematicNormalizerHelperTrait::getNormalizationSchema function core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php Retrieve JSON Schema for the normalization.
search.page.help_search.yml file core/modules/help/config/optional/search.page.help_search.yml core/modules/help/config/optional/search.page.help_search.yml
search.page.help_search.yml file core/modules/search/modules/search_help/config/optional/search.page.help_search.yml core/modules/search/modules/search_help/config/optional/search.page.help_search.yml
SearchableHelpInterface interface core/modules/help/src/SearchableHelpInterface.php Provides an interface for a HelpSection plugin that also supports search.
SearchableHelpInterface.php file core/modules/help/src/SearchableHelpInterface.php
SearchableHelpInterface::listSearchableTopics function core/modules/help/src/SearchableHelpInterface.php Returns the IDs of topics that should be indexed for searching.
SearchableHelpInterface::renderTopicForSearch function core/modules/help/src/SearchableHelpInterface.php Renders one topic for search indexing or search results.
SearchController::searchHelp function core/modules/search/src/Controller/SearchController.php Creates a render array for the search help page.
SearchHelpHelpPageTest class core/modules/search/modules/search_help/tests/src/Functional/SearchHelpHelpPageTest.php Verifies that search_help extends the main help page.
SearchHelpHelpPageTest.php file core/modules/search/modules/search_help/tests/src/Functional/SearchHelpHelpPageTest.php
SearchHelpHelpPageTest::$defaultTheme property core/modules/search/modules/search_help/tests/src/Functional/SearchHelpHelpPageTest.php The theme to install as the default for testing.
SearchHelpHelpPageTest::$modules property core/modules/search/modules/search_help/tests/src/Functional/SearchHelpHelpPageTest.php Modules to install.
SearchHelpHelpPageTest::testHelpPages function core/modules/search/modules/search_help/tests/src/Functional/SearchHelpHelpPageTest.php Tests that the help search section is added to and removed from the page.
SearchHelpHooks class core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php Hook implementations for help.
SearchHelpHooks.php file core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.