Search for all
- Search 7.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| HelpTest::testHelp | function | core/ |
Logs in users, tests help pages. |
| HelpTest::verifyHelp | function | core/ |
Verifies the logged in user has access to the various help pages. |
| HelpTestTwigExtension | class | core/ |
Defines and registers Drupal Twig extensions for testing help topics. |
| HelpTestTwigExtension.php | file | core/ |
|
| HelpTestTwigExtension::getNodeVisitors | function | core/ |
|
| HelpTestTwigNodeVisitor | class | core/ |
Defines a Twig node visitor for testing help topics. |
| HelpTestTwigNodeVisitor.php | file | core/ |
|
| HelpTestTwigNodeVisitor::DELIMITER | constant | core/ |
Delimiter placed around single translated chunks. |
| HelpTestTwigNodeVisitor::doEnterNode | function | core/ |
|
| HelpTestTwigNodeVisitor::doLeaveNode | function | core/ |
|
| HelpTestTwigNodeVisitor::extractText | function | core/ |
Extracts the text from a translated text object. |
| HelpTestTwigNodeVisitor::getPriority | function | core/ |
|
| HelpTestTwigNodeVisitor::getState | function | core/ |
Returns the state information. |
| HelpTestTwigNodeVisitor::setStateValue | function | core/ |
Sets state information. |
| HelpTestTwigNodeVisitor::STATE_NAME | constant | core/ |
Name used in \Drupal::state() for saving state information. |
| HelpTopicDiscovery | class | core/ |
Discovers help topic plugins from Twig files in help_topics directories. |
| HelpTopicDiscovery.php | file | core/ |
|
| HelpTopicDiscovery::$directories | property | core/ |
An array of directories to scan, keyed by the provider. |
| HelpTopicDiscovery::FILE_KEY | constant | core/ |
Defines the key in the discovered data where the file path is stored. |
| HelpTopicDiscovery::findAll | function | core/ |
Returns an array of discoverable items. |
| HelpTopicDiscovery::findFiles | function | core/ |
Returns an array of providers keyed by file path. |
| HelpTopicDiscovery::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| HelpTopicDiscovery::__construct | function | core/ |
Constructs a HelpTopicDiscovery object. |
| HelpTopicDiscoveryTest | class | core/ |
@coversDefaultClass \Drupal\help_topics\HelpTopicDiscovery[[api-linebreak]] @group help_topics |
| HelpTopicDiscoveryTest.php | file | core/ |
|
| HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidRelated | function | core/ |
@covers ::findAll[[api-linebreak]] |
| HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidTopLevel | function | core/ |
@covers ::findAll[[api-linebreak]] |
| HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidYamlKey | function | core/ |
@covers ::findAll[[api-linebreak]] |
| HelpTopicDiscoveryTest::testDiscoveryExceptionMissingLabel | function | core/ |
@covers ::findAll[[api-linebreak]] |
| HelpTopicDiscoveryTest::testDiscoveryExceptionProviderMismatch | function | core/ |
@covers ::findAll[[api-linebreak]] |
| HelpTopicDiscoveryTest::testHelpTopicsBrokenYaml | function | core/ |
@covers ::findAll[[api-linebreak]] |
| HelpTopicDiscoveryTest::testHelpTopicsDefinition | function | core/ |
@covers ::findAll[[api-linebreak]] |
| HelpTopicDiscoveryTest::testHelpTopicsExtensionProviderSpecialCase | function | core/ |
@covers ::findAll[[api-linebreak]] |
| HelpTopicDiscoveryTest::testHelpTopicsInCore | function | core/ |
@covers ::findAll[[api-linebreak]] |
| HelpTopicPluginBase | class | core/ |
Base class for help topic plugins. |
| HelpTopicPluginBase.php | file | core/ |
|
| HelpTopicPluginBase::getLabel | function | core/ |
Returns the label of the topic. |
| HelpTopicPluginBase::getProvider | function | core/ |
The name of the module or theme providing the help topic. |
| HelpTopicPluginBase::getRelated | function | core/ |
Returns the IDs of related topics. |
| HelpTopicPluginBase::isTopLevel | function | core/ |
Returns whether this is a top-level topic or not. |
| HelpTopicPluginBase::toLink | function | core/ |
Returns a link for viewing the help topic. |
| HelpTopicPluginBase::toUrl | function | core/ |
Returns the URL for viewing the help topic. |
| HelpTopicPluginController | class | core/ |
Controller for help topic plugins. |
| HelpTopicPluginController.php | file | core/ |
|
| HelpTopicPluginController::$helpTopicPluginManager | property | core/ |
The Help Topic plugin manager. |
| HelpTopicPluginController::$renderer | property | core/ |
The renderer service. |
| HelpTopicPluginController::create | function | core/ |
Instantiates a new instance of this class. |
| HelpTopicPluginController::viewHelpTopic | function | core/ |
Displays a help topic page. |
| HelpTopicPluginController::__construct | function | core/ |
Constructs a HelpTopicPluginController object. |
| HelpTopicPluginInterface | interface | core/ |
Defines an interface for help topic plugin classes. |
Pagination
- Previous page
- Page 745
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.