You are here

public function GroupContentEnablerManagerInterface::installEnforced in Group 8

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 GroupContentEnablerManagerInterface::installEnforced()
GroupContentEnablerManager::installEnforced in src/Plugin/GroupContentEnablerManager.php
Installs all plugins which are marked as enforced.

File

src/Plugin/GroupContentEnablerManagerInterface.php, line 167

Class

GroupContentEnablerManagerInterface
Provides a common interface for group content enabler managers.

Namespace

Drupal\group\Plugin

Code

public function installEnforced(GroupTypeInterface $group_type = NULL);