You are here

public function PluginDefinitionInterface::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

2 methods override PluginDefinitionInterface::getProvider()
ArrayPluginDefinitionDecorator::getProvider in src/PluginDefinition/ArrayPluginDefinitionDecorator.php
Gets the plugin provider.
PluginDefinition::getProvider in src/PluginDefinition/PluginDefinition.php
Gets the plugin provider.

File

src/PluginDefinition/PluginDefinitionInterface.php, line 54

Class

PluginDefinitionInterface
Defines a plugin definition.

Namespace

Drupal\plugin\PluginDefinition

Code

public function getProvider();