Search for help

  1. Search 7.x for help
  2. Search 8.9.x for help
  3. Search 10.3.x for help
  4. Search 11.x for help
  5. Search main for help
  6. Other projects
Title Object type File name Summary
help_topics_theme function core/modules/help_topics/help_topics.module Implements hook_theme().
help_topics_themes_installed function core/modules/help_topics/help_topics.module Implements hook_themes_installed().
help_topics_themes_uninstalled function core/modules/help_topics/help_topics.module Implements hook_themes_uninstalled().
help_topics_twig_tester.info.yml file core/modules/help_topics/tests/modules/help_topics_twig_tester/help_topics_twig_tester.info.yml core/modules/help_topics/tests/modules/help_topics_twig_tester/help_topics_twig_tester.info.yml
help_topics_twig_tester.services.yml file core/modules/help_topics/tests/modules/help_topics_twig_tester/help_topics_twig_tester.services.yml core/modules/help_topics/tests/modules/help_topics_twig_tester/help_topics_twig_tester.services.yml
help_twig.extension service core/modules/help_topics/help_topics.services.yml Drupal\help_topics\HelpTwigExtension
history_help function core/modules/history/history.module Implements hook_help().
HookHelpSection class core/modules/help/src/Plugin/HelpSection/HookHelpSection.php Provides the module topics list section for the help page.
HookHelpSection.php file core/modules/help/src/Plugin/HelpSection/HookHelpSection.php
HookHelpSection::$moduleHandler property core/modules/help/src/Plugin/HelpSection/HookHelpSection.php The module handler.
HookHelpSection::create function core/modules/help/src/Plugin/HelpSection/HookHelpSection.php Creates an instance of the plugin.
HookHelpSection::listTopics function core/modules/help/src/Plugin/HelpSection/HookHelpSection.php Returns a list of topics to show in the help section.
HookHelpSection::__construct function core/modules/help/src/Plugin/HelpSection/HookHelpSection.php Constructs a HookHelpSection object.
hook_help function core/modules/help/help.api.php Provide online user help.
hook_help_section_info_alter function core/modules/help/help.api.php Perform alterations on help page section plugin definitions.
hook_help_topics_info_alter function core/modules/help_topics/help_topics.api.php Perform alterations on help topic definitions.
IFrameUrlHelper class core/modules/media/src/IFrameUrlHelper.php Providers helper functions for displaying oEmbed resources in an iFrame.
IFrameUrlHelper.php file core/modules/media/src/IFrameUrlHelper.php
IFrameUrlHelper::$privateKey property core/modules/media/src/IFrameUrlHelper.php The private key service.
IFrameUrlHelper::$requestContext property core/modules/media/src/IFrameUrlHelper.php The request context service.
IFrameUrlHelper::getHash function core/modules/media/src/IFrameUrlHelper.php Hashes an oEmbed resource URL.
IFrameUrlHelper::isSecure function core/modules/media/src/IFrameUrlHelper.php Checks if an oEmbed URL can be securely displayed in an frame.
IFrameUrlHelper::__construct function core/modules/media/src/IFrameUrlHelper.php IFrameUrlHelper constructor.
IFrameUrlHelperTest class core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php @coversDefaultClass \Drupal\media\IFrameUrlHelper[[api-linebreak]]
IFrameUrlHelperTest.php file core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php
IFrameUrlHelperTest::providerIsSecure function core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php Data provider for testIsSecure().
IFrameUrlHelperTest::testIsSecure function core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php Tests that isSecure() behaves properly.
ImageEffectPluginCollection::sortHelper function core/modules/image/src/ImageEffectPluginCollection.php Provides uasort() callback to sort plugins.
image_help function core/modules/image/image.module Implements hook_help().
inline_form_errors_help function core/modules/inline_form_errors/inline_form_errors.module Implements hook_help().
InstallHelper class core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Defines a helper class for importing default content.
InstallHelper.php file core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
InstallHelper::$enabledLanguages property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Enabled languages.
InstallHelper::$entityTypeManager property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Entity type manager.
InstallHelper::$fileSystem property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php The file system.
InstallHelper::$mediaImageIdMap property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Media Image CSV ID map.
InstallHelper::$moduleHandler property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Module handler.
InstallHelper::$module_path property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php The module's path.
InstallHelper::$nodeIdMap property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Node CSV ID map.
InstallHelper::$state property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php State.
InstallHelper::$termIdMap property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Term ID map.
InstallHelper::create function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Instantiates a new instance of this class.
InstallHelper::createFileEntity function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Creates a file entity based on an image path.
InstallHelper::deleteImportedContent function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Deletes any content imported by this module.
InstallHelper::getMediaImageId function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Retrieves the Media Image ID of a media image saved during the import process.
InstallHelper::getModulePath function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Set module_path variable.
InstallHelper::getNodePath function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Retrieves the node path of node CSV ID saved during the import process.
InstallHelper::getTermId function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Retrieves the Term ID of a term saved during the import process.
InstallHelper::getUser function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Looks up a user by name, if it is missing the user is created.
InstallHelper::importContent function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Imports default contents.

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