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 |
|---|---|---|---|
| HelpSearch::execute | function | core/ |
Executes the search. |
| HelpSearch::findResults | function | core/ |
Finds the search results. |
| HelpSearch::getSectionPlugin | function | core/ |
Instantiates a help section plugin and verifies it is searchable. |
| HelpSearch::getType | function | core/ |
Returns the search index type this plugin uses. |
| HelpSearch::indexClear | function | core/ |
Clears the search index for this plugin. |
| HelpSearch::indexStatus | function | core/ |
Reports the status of indexing. |
| HelpSearch::markForReindex | function | core/ |
Marks the search index for reindexing for this plugin. |
| HelpSearch::prepareResults | function | core/ |
Prepares search results for display. |
| HelpSearch::removeItemsFromIndex | function | core/ |
Removes an item or items from the search index. |
| HelpSearch::updateIndex | function | core/ |
Updates the search index for this plugin. |
| HelpSearch::updateIndexState | function | core/ |
Updates the 'help_search_unindexed_count' state variable. |
| HelpSearch::updateTopicList | function | core/ |
Rebuilds the database table containing topics to be indexed. |
| HelpSearch::__construct | function | core/ |
Constructs a \Drupal\help_search\Plugin\Search\HelpSearch object. |
| HelpSearchPluginTest | class | core/ |
Tests search plugin behaviors. |
| HelpSearchPluginTest.php | file | core/ |
|
| HelpSearchPluginTest::$modules | property | core/ |
Modules to enable. |
| HelpSearchPluginTest::testAnnotation | function | core/ |
Tests search plugin annotation and interfaces. |
| 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/ |
Clears static and persistent plugin definition caches. |
| 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/ |
Returns the description text for the help section. |
| HelpSectionPluginBase::getTitle | function | core/ |
Returns the title of the help section. |
| 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/ |
The theme to install as the default for testing. |
| 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/ |
Pagination
- Previous page
- Page 744
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.