function EmptyHelpSection::listTopics
Same name in other branches
- 9 core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php \Drupal\help_page_test\Plugin\HelpSection\EmptyHelpSection::listTopics()
- 8.9.x core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php \Drupal\help_page_test\Plugin\HelpSection\EmptyHelpSection::listTopics()
- 10 core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php \Drupal\help_page_test\Plugin\HelpSection\EmptyHelpSection::listTopics()
Overrides HelpSectionPluginInterface::listTopics
File
-
core/
modules/ help/ tests/ modules/ help_page_test/ src/ Plugin/ HelpSection/ EmptyHelpSection.php, line 24
Class
- EmptyHelpSection
- Provides an empty section for the help page, for testing.
Namespace
Drupal\help_page_test\Plugin\HelpSectionCode
public function listTopics() {
return [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.