You are here

public function GroupRelationManagerInterface::getPostInstallHandler in Group 2.0.x

Creates a new post install handler instance.

Parameters

string $plugin_id: The plugin ID for this post install handler.

Return value

\Drupal\group\Plugin\Group\RelationHandler\PostInstallInterface A post install handler instance.

Throws

\Drupal\Component\Plugin\Exception\PluginNotFoundException Thrown if the plugin doesn't exist.

\Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException Thrown if the permission provider couldn't be loaded.

1 method overrides GroupRelationManagerInterface::getPostInstallHandler()
GroupRelationManager::getPostInstallHandler in src/Plugin/Group/Relation/GroupRelationManager.php
Creates a new post install handler instance.

File

src/Plugin/Group/Relation/GroupRelationManagerInterface.php, line 102

Class

GroupRelationManagerInterface
Provides a common interface for group relation managers.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getPostInstallHandler($plugin_id);