You are here

constant HelpTopicDiscovery::FILE_KEY in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/help_topics/src/HelpTopicDiscovery.php \Drupal\help_topics\HelpTopicDiscovery::FILE_KEY
  2. 10 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 32

Class

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

Namespace

Drupal\help_topics

Code

const FILE_KEY = '_discovered_file_path';