You are here

constant HelpTopicDiscovery::FILE_KEY in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/help_topics/src/HelpTopicDiscovery.php \Drupal\help_topics\HelpTopicDiscovery::FILE_KEY
  2. 9 core/modules/help_topics/src/HelpTopicDiscovery.php \Drupal\help_topics\HelpTopicDiscovery::FILE_KEY

Defines the key in the discovered data where the file path is stored.

File

core/modules/help_topics/src/HelpTopicDiscovery.php, line 33

Class

HelpTopicDiscovery
Discovers help topic plugins from Twig files in help_topics directories.

Namespace

Drupal\help_topics

Code

const FILE_KEY = '_discovered_file_path';