public function GroupTypeInterface::getInstalledContentPlugins in Group 2.0.x
Same name and namespace in other branches
- 8 src/Entity/GroupTypeInterface.php \Drupal\group\Entity\GroupTypeInterface::getInstalledContentPlugins()
Returns the installed group relation plugins for this group type.
Return value
\Drupal\group\Plugin\Group\Relation\GroupRelationCollection The group content plugin collection.
1 method overrides GroupTypeInterface::getInstalledContentPlugins()
- GroupType::getInstalledContentPlugins in src/
Entity/ GroupType.php - Returns the installed group relation plugins for this group type.
File
- src/
Entity/ GroupTypeInterface.php, line 133
Class
- GroupTypeInterface
- Provides an interface defining a group type entity.
Namespace
Drupal\group\EntityCode
public function getInstalledContentPlugins();