Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. HelpTopicPluginBase.php

function HelpTopicPluginBase::isTopLevel

Overrides HelpTopicPluginInterface::isTopLevel

File

core/modules/help/src/HelpTopicPluginBase.php, line 34

Class

HelpTopicPluginBase
Base class for help topic plugins.

Namespace

Drupal\help

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal