function HelpTopicPluginInterface::isTopLevel
Returns whether this is a top-level topic or not.
Return value
bool TRUE if this is a topic that should be displayed on the Help topics list; FALSE if not.
1 method overrides HelpTopicPluginInterface::isTopLevel()
- HelpTopicPluginBase::isTopLevel in core/
modules/ help/ src/ HelpTopicPluginBase.php - Returns whether this is a top-level topic or not.
File
-
core/
modules/ help/ src/ HelpTopicPluginInterface.php, line 39
Class
- HelpTopicPluginInterface
- Defines an interface for help topic plugin classes.
Namespace
Drupal\helpCode
public function isTopLevel();