HelpTopicDiscovery::$directories
Same name in other branches
- 9 core/modules/help_topics/src/HelpTopicDiscovery.php \Drupal\help_topics\HelpTopicDiscovery::directories
- 10 core/modules/help/src/HelpTopicDiscovery.php \Drupal\help\HelpTopicDiscovery::directories
- 11.x core/modules/help/src/HelpTopicDiscovery.php \Drupal\help\HelpTopicDiscovery::directories
An array of directories to scan, keyed by the provider.
The value can either be a string or an array of strings. The string values should be the path of a directory to scan.
Type: array
File
-
core/
modules/ help_topics/ src/ HelpTopicDiscovery.php, line 42
Class
- HelpTopicDiscovery
- Discovers help topic plugins from Twig files in help_topics directories.
Namespace
Drupal\help_topicsCode
protected $directories = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.