Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
HelpTestTwigNodeVisitor::STATE_NAME constant core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php Name used in \Drupal::state() for saving state information.
HelpTopicDiscovery class core/modules/help/src/HelpTopicDiscovery.php Discovers help topic plugins from Twig files in help_topics directories.
HelpTopicDiscovery.php file core/modules/help/src/HelpTopicDiscovery.php
HelpTopicDiscovery::$directories property core/modules/help/src/HelpTopicDiscovery.php An array of directories to scan, keyed by the provider.
HelpTopicDiscovery::FILE_KEY constant core/modules/help/src/HelpTopicDiscovery.php Defines the key in the discovered data where the file path is stored.
HelpTopicDiscovery::findAll function core/modules/help/src/HelpTopicDiscovery.php Returns an array of discoverable items.
HelpTopicDiscovery::findFiles function core/modules/help/src/HelpTopicDiscovery.php Returns an array of providers keyed by file path.
HelpTopicDiscovery::getDefinitions function core/modules/help/src/HelpTopicDiscovery.php Gets the definition of all plugins for this type.
HelpTopicDiscovery::__construct function core/modules/help/src/HelpTopicDiscovery.php Constructs a HelpTopicDiscovery object.
HelpTopicDiscoveryTest class core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests Drupal\help\HelpTopicDiscovery.
HelpTopicDiscoveryTest.php file core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php
HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidRelated function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests discovery exception invalid related.
HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidTopLevel function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests discovery exception invalid top level.
HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidYamlKey function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests discovery exception invalid yaml key.
HelpTopicDiscoveryTest::testDiscoveryExceptionMissingLabel function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests discovery exception missing label.
HelpTopicDiscoveryTest::testHelpTopicsBrokenYaml function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests help topics broken yaml.
HelpTopicDiscoveryTest::testHelpTopicsDefinition function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests help topics definition.
HelpTopicDiscoveryTest::testHelpTopicsExtensionProviderSpecialCase function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests help topics extension provider special case.
HelpTopicDiscoveryTest::testHelpTopicsInCore function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests help topics in core.
HelpTopicPluginBase class core/modules/help/src/HelpTopicPluginBase.php Base class for help topic plugins.
HelpTopicPluginBase.php file core/modules/help/src/HelpTopicPluginBase.php
HelpTopicPluginBase::getLabel function core/modules/help/src/HelpTopicPluginBase.php Returns the label of the topic.
HelpTopicPluginBase::getProvider function core/modules/help/src/HelpTopicPluginBase.php The name of the module or theme providing the help topic.
HelpTopicPluginBase::getRelated function core/modules/help/src/HelpTopicPluginBase.php Returns the IDs of related topics.
HelpTopicPluginBase::isTopLevel function core/modules/help/src/HelpTopicPluginBase.php Returns whether this is a top-level topic or not.
HelpTopicPluginBase::toLink function core/modules/help/src/HelpTopicPluginBase.php Returns a link for viewing the help topic.
HelpTopicPluginBase::toUrl function core/modules/help/src/HelpTopicPluginBase.php Returns the URL for viewing the help topic.
HelpTopicPluginController class core/modules/help/src/Controller/HelpTopicPluginController.php Controller for help topic plugins.
HelpTopicPluginController.php file core/modules/help/src/Controller/HelpTopicPluginController.php
HelpTopicPluginController::viewHelpTopic function core/modules/help/src/Controller/HelpTopicPluginController.php Displays a help topic page.
HelpTopicPluginController::__construct function core/modules/help/src/Controller/HelpTopicPluginController.php Constructs a HelpTopicPluginController object.
HelpTopicPluginInterface interface core/modules/help/src/HelpTopicPluginInterface.php Defines an interface for help topic plugin classes.
HelpTopicPluginInterface.php file core/modules/help/src/HelpTopicPluginInterface.php
HelpTopicPluginInterface::getBody function core/modules/help/src/HelpTopicPluginInterface.php Returns the body of the topic.
HelpTopicPluginInterface::getLabel function core/modules/help/src/HelpTopicPluginInterface.php Returns the label of the topic.
HelpTopicPluginInterface::getRelated function core/modules/help/src/HelpTopicPluginInterface.php Returns the IDs of related topics.
HelpTopicPluginInterface::isTopLevel function core/modules/help/src/HelpTopicPluginInterface.php Returns whether this is a top-level topic or not.
HelpTopicPluginInterface::toLink function core/modules/help/src/HelpTopicPluginInterface.php Returns a link for viewing the help topic.
HelpTopicPluginInterface::toUrl function core/modules/help/src/HelpTopicPluginInterface.php Returns the URL for viewing the help topic.
HelpTopicPluginManager class core/modules/help/src/HelpTopicPluginManager.php Provides the default help_topic manager.
HelpTopicPluginManager.php file core/modules/help/src/HelpTopicPluginManager.php
HelpTopicPluginManager::$defaults property core/modules/help/src/HelpTopicPluginManager.php Provides default values for all help topic plugins.
HelpTopicPluginManager::findDefinitions function core/modules/help/src/HelpTopicPluginManager.php Finds plugin definitions.
HelpTopicPluginManager::getDiscovery function core/modules/help/src/HelpTopicPluginManager.php Gets the plugin discovery.
HelpTopicPluginManager::providerExists function core/modules/help/src/HelpTopicPluginManager.php Determines if the provider of a definition exists.
HelpTopicPluginManager::__construct function core/modules/help/src/HelpTopicPluginManager.php Constructs a new HelpTopicManager object.
HelpTopicPluginManagerInterface interface core/modules/help/src/HelpTopicPluginManagerInterface.php Defines an interface for managing help topics and storing their definitions.
HelpTopicPluginManagerInterface.php file core/modules/help/src/HelpTopicPluginManagerInterface.php
HelpTopicSearchTest class core/modules/help/tests/src/Functional/HelpTopicSearchTest.php Verifies help topic search.
HelpTopicSearchTest.php file core/modules/help/tests/src/Functional/HelpTopicSearchTest.php

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