You are here

public function GroupRelationManagerInterface::installEnforced in Group 2.0.x

Installs all plugins which are marked as enforced.

Parameters

\Drupal\group\Entity\GroupTypeInterface $group_type: (optional) The group type to install enforced plugins on. Leave blank to run the installation process for all group types.

1 method overrides GroupRelationManagerInterface::installEnforced()
GroupRelationManager::installEnforced in src/Plugin/Group/Relation/GroupRelationManager.php
Installs all plugins which are marked as enforced.

File

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

Class

GroupRelationManagerInterface
Provides a common interface for group relation managers.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function installEnforced(GroupTypeInterface $group_type = NULL);