You are here

public function GroupRelationBase::getProvider in Group 2.0.x

Returns the plugin provider.

Return value

string The plugin provider.

Overrides GroupRelationInterface::getProvider

1 call to GroupRelationBase::getProvider()
GroupRelationBase::calculateDependencies in src/Plugin/Group/Relation/GroupRelationBase.php
Calculates dependencies for the configured plugin.

File

src/Plugin/Group/Relation/GroupRelationBase.php, line 56

Class

GroupRelationBase
Provides a base class for GroupContentEnabler plugins.

Namespace

Drupal\group\Plugin\Group\Relation

Code

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