HelpTopicDiscovery::FILE_KEY

Same name in other branches
  1. 9 core/modules/help_topics/src/HelpTopicDiscovery.php \Drupal\help_topics\HelpTopicDiscovery::FILE_KEY
  2. 10 core/modules/help/src/HelpTopicDiscovery.php \Drupal\help\HelpTopicDiscovery::FILE_KEY
  3. 11.x core/modules/help/src/HelpTopicDiscovery.php \Drupal\help\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';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.