You are here

public function HelpTopicPluginBase::isTopLevel in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/help_topics/src/HelpTopicPluginBase.php \Drupal\help_topics\HelpTopicPluginBase::isTopLevel()
  2. 9 core/modules/help_topics/src/HelpTopicPluginBase.php \Drupal\help_topics\HelpTopicPluginBase::isTopLevel()

File

core/modules/help_topics/src/HelpTopicPluginBase.php, line 36

Class

HelpTopicPluginBase
Base class for help topic plugins.

Namespace

Drupal\help_topics

Code

public function isTopLevel() {
  return $this->pluginDefinition['top_level'];
}