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\helpCode
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' => '',
];