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

Breadcrumb

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

HelpTopicPluginManager::$defaults

Provides default values for all help topic plugins.

Type: array

Overrides DefaultPluginManager::$defaults

File

core/modules/help/src/HelpTopicPluginManager.php, line 73

Class

HelpTopicPluginManager
Provides the default help_topic manager.

Namespace

Drupal\help

Code

protected $defaults = [
    // The plugin ID.
'id' => '',
    // The title of the help topic plugin.
'label' => '',
    // Whether or not the topic should appear on the help topics list.
'top_level' => '',
    // List of related topic machine names.
'related' => [],
    // The class used to instantiate the plugin.
'class' => '',
];
RSS feed
Powered by Drupal