function HelpTopicPluginBase::getProvider
Same name in other branches
- 9 core/modules/help_topics/src/HelpTopicPluginBase.php \Drupal\help_topics\HelpTopicPluginBase::getProvider()
- 8.9.x core/modules/help_topics/src/HelpTopicPluginBase.php \Drupal\help_topics\HelpTopicPluginBase::getProvider()
- 10 core/modules/help/src/HelpTopicPluginBase.php \Drupal\help\HelpTopicPluginBase::getProvider()
The name of the module or theme providing the help topic.
File
-
core/
modules/ help/ src/ HelpTopicPluginBase.php, line 20
Class
- HelpTopicPluginBase
- Base class for help topic plugins.
Namespace
Drupal\helpCode
public function getProvider() {
return $this->pluginDefinition['provider'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.