You are here

public function PluginDefinition::getProvider in Plugin 8.2

Gets the plugin provider.

The provider is the name of the module that provides the plugin, or "core', or "component".

Return value

string The provider.

Overrides PluginDefinitionInterface::getProvider

File

src/PluginDefinition/PluginDefinition.php, line 82

Class

PluginDefinition
Provides a plugin definition.

Namespace

Drupal\plugin\PluginDefinition

Code

public function getProvider() {
  return $this->provider;
}