function EmptyHelpSection::listTopics

Same name and namespace in other branches
  1. 9 core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php \Drupal\help_page_test\Plugin\HelpSection\EmptyHelpSection::listTopics()
  2. 8.9.x core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php \Drupal\help_page_test\Plugin\HelpSection\EmptyHelpSection::listTopics()
  3. 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 22

Class

EmptyHelpSection
Provides an empty section for the help page, for testing.

Namespace

Drupal\help_page_test\Plugin\HelpSection

Code

public function listTopics() {
    return [];
}

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