Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| HelpSearch::__construct | function | core/ |
Constructs a \Drupal\help_search\Plugin\Search\HelpSearch object. |
| HelpSection | class | core/ |
Defines a Plugin annotation object for help page section plugins. |
| HelpSection.php | file | core/ |
|
| HelpSection::$description | property | core/ |
The description of the help page section. |
| HelpSection::$id | property | core/ |
The plugin ID. |
| HelpSection::$permission | property | core/ |
The (optional) permission needed to view the help section. |
| HelpSection::$title | property | core/ |
The text to use as the title of the help page section. |
| HelpSection::$weight | property | core/ |
An optional weight for the help section. |
| HelpSectionManager | class | core/ |
Manages help page section plugins. |
| HelpSectionManager | class | core/ |
Decorates the Help Section plugin manager to provide help topic search. |
| HelpSectionManager.php | file | core/ |
|
| HelpSectionManager.php | file | core/ |
|
| HelpSectionManager::$searchManager | property | core/ |
The search manager. |
| HelpSectionManager::clearCachedDefinitions | function | core/ |
|
| HelpSectionManager::setSearchManager | function | core/ |
Sets the search manager. |
| HelpSectionManager::__construct | function | core/ |
Constructs a new HelpSectionManager. |
| HelpSectionPluginBase | class | core/ |
Provides a base class for help section plugins. |
| HelpSectionPluginBase.php | file | core/ |
|
| HelpSectionPluginBase::getDescription | function | core/ |
|
| HelpSectionPluginBase::getTitle | function | core/ |
|
| HelpSectionPluginInterface | interface | core/ |
Provides an interface for a plugin for a section of the /admin/help page. |
| HelpSectionPluginInterface.php | file | core/ |
|
| HelpSectionPluginInterface::getDescription | function | core/ |
Returns the description text for the help section. |
| HelpSectionPluginInterface::getTitle | function | core/ |
Returns the title of the help section. |
| HelpSectionPluginInterface::listTopics | function | core/ |
Returns a list of topics to show in the help section. |
| HelpTest | class | core/ |
Verify help display and user access to help based on permissions. |
| HelpTest.php | file | core/ |
|
| HelpTest::$adminUser | property | core/ |
The admin user that will be created. |
| HelpTest::$anyUser | property | core/ |
The anonymous user that will be created. |
| HelpTest::$defaultTheme | property | core/ |
|
| HelpTest::$modules | property | core/ |
Modules to enable. |
| HelpTest::$profile | property | core/ |
Use the Standard profile to test help implementations of many core modules. |
| HelpTest::getModuleList | function | core/ |
Gets the list of enabled modules that implement hook_help(). |
| HelpTest::setUp | function | core/ |
|
| 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. |
| 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/ |
|
| 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]] |
Pagination
- Previous page
- Page 732
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.