Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
HelpSearch.php file core/modules/help_topics/src/Plugin/Search/HelpSearch.php
HelpSearch::$account property core/modules/help_topics/src/Plugin/Search/HelpSearch.php The Drupal account to use for checking for access to search.
HelpSearch::$database property core/modules/help_topics/src/Plugin/Search/HelpSearch.php The current database connection.
HelpSearch::$helpSectionManager property core/modules/help_topics/src/Plugin/Search/HelpSearch.php The help section plugin manager.
HelpSearch::$languageManager property core/modules/help_topics/src/Plugin/Search/HelpSearch.php The language manager.
HelpSearch::$messenger property core/modules/help_topics/src/Plugin/Search/HelpSearch.php The messenger.
HelpSearch::$searchIndex property core/modules/help_topics/src/Plugin/Search/HelpSearch.php The search index.
HelpSearch::$searchSettings property core/modules/help_topics/src/Plugin/Search/HelpSearch.php A config object for 'search.settings'.
HelpSearch::$state property core/modules/help_topics/src/Plugin/Search/HelpSearch.php The state object.
HelpSearch::access function core/modules/help_topics/src/Plugin/Search/HelpSearch.php
HelpSearch::create function core/modules/help_topics/src/Plugin/Search/HelpSearch.php
HelpSearch::execute function core/modules/help_topics/src/Plugin/Search/HelpSearch.php
HelpSearch::findResults function core/modules/help_topics/src/Plugin/Search/HelpSearch.php Finds the search results.
HelpSearch::getSectionPlugin function core/modules/help_topics/src/Plugin/Search/HelpSearch.php Instantiates a help section plugin and verifies it is searchable.
HelpSearch::getType function core/modules/help_topics/src/Plugin/Search/HelpSearch.php
HelpSearch::indexClear function core/modules/help_topics/src/Plugin/Search/HelpSearch.php
HelpSearch::indexStatus function core/modules/help_topics/src/Plugin/Search/HelpSearch.php
HelpSearch::markForReindex function core/modules/help_topics/src/Plugin/Search/HelpSearch.php
HelpSearch::prepareResults function core/modules/help_topics/src/Plugin/Search/HelpSearch.php Prepares search results for display.
HelpSearch::removeItemsFromIndex function core/modules/help_topics/src/Plugin/Search/HelpSearch.php Removes an item or items from the search index.
HelpSearch::updateIndex function core/modules/help_topics/src/Plugin/Search/HelpSearch.php
HelpSearch::updateIndexState function core/modules/help_topics/src/Plugin/Search/HelpSearch.php Updates the 'help_search_unindexed_count' state variable.
HelpSearch::updateTopicList function core/modules/help_topics/src/Plugin/Search/HelpSearch.php Rebuilds the database table containing topics to be indexed.
HelpSearch::__construct function core/modules/help_topics/src/Plugin/Search/HelpSearch.php Constructs a \Drupal\help_search\Plugin\Search\HelpSearch object.
HelpSearchPluginTest class core/modules/help_topics/tests/src/Kernel/HelpSearchPluginTest.php Tests search plugin behaviors.
HelpSearchPluginTest.php file core/modules/help_topics/tests/src/Kernel/HelpSearchPluginTest.php
HelpSearchPluginTest::$modules property core/modules/help_topics/tests/src/Kernel/HelpSearchPluginTest.php
HelpSearchPluginTest::testAnnotation function core/modules/help_topics/tests/src/Kernel/HelpSearchPluginTest.php Tests search plugin annotation and interfaces.
HelpSection class core/modules/help/src/Annotation/HelpSection.php Defines a Plugin annotation object for help page section plugins.
HelpSection.php file core/modules/help/src/Annotation/HelpSection.php
HelpSection::$description property core/modules/help/src/Annotation/HelpSection.php The description of the help page section.
HelpSection::$id property core/modules/help/src/Annotation/HelpSection.php The plugin ID.
HelpSection::$permission property core/modules/help/src/Annotation/HelpSection.php The (optional) permission needed to view the help section.
HelpSection::$title property core/modules/help/src/Annotation/HelpSection.php The text to use as the title of the help page section.
HelpSection::$weight property core/modules/help/src/Annotation/HelpSection.php An optional weight for the help section.
HelpSectionManager class core/modules/help/src/HelpSectionManager.php Manages help page section plugins.
HelpSectionManager class core/modules/help_topics/src/HelpSectionManager.php Decorates the Help Section plugin manager to provide help topic search.
HelpSectionManager.php file core/modules/help_topics/src/HelpSectionManager.php
HelpSectionManager.php file core/modules/help/src/HelpSectionManager.php
HelpSectionManager::$searchManager property core/modules/help_topics/src/HelpSectionManager.php The search manager.
HelpSectionManager::clearCachedDefinitions function core/modules/help_topics/src/HelpSectionManager.php
HelpSectionManager::setSearchManager function core/modules/help_topics/src/HelpSectionManager.php Sets the search manager.
HelpSectionManager::__construct function core/modules/help/src/HelpSectionManager.php Constructs a new HelpSectionManager.
HelpSectionPluginBase class core/modules/help/src/Plugin/HelpSection/HelpSectionPluginBase.php Provides a base class for help section plugins.
HelpSectionPluginBase.php file core/modules/help/src/Plugin/HelpSection/HelpSectionPluginBase.php
HelpSectionPluginBase::getDescription function core/modules/help/src/Plugin/HelpSection/HelpSectionPluginBase.php
HelpSectionPluginBase::getTitle function core/modules/help/src/Plugin/HelpSection/HelpSectionPluginBase.php
HelpSectionPluginInterface interface core/modules/help/src/HelpSectionPluginInterface.php Provides an interface for a plugin for a section of the /admin/help page.
HelpSectionPluginInterface.php file core/modules/help/src/HelpSectionPluginInterface.php
HelpSectionPluginInterface::getDescription function core/modules/help/src/HelpSectionPluginInterface.php Returns the description text for the help section.

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