You are here

public function HelpTopicPluginBase::getProvider in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/help_topics/src/HelpTopicPluginBase.php \Drupal\help_topics\HelpTopicPluginBase::getProvider()
  2. 10 core/modules/help_topics/src/HelpTopicPluginBase.php \Drupal\help_topics\HelpTopicPluginBase::getProvider()

The name of the module or theme providing the help topic.

File

core/modules/help_topics/src/HelpTopicPluginBase.php, line 22

Class

HelpTopicPluginBase
Base class for help topic plugins.

Namespace

Drupal\help_topics

Code

public function getProvider() {
  return $this->pluginDefinition['provider'];
}