public function GroupTypeInterface::getInstalledContentPlugins in Group 8
Same name and namespace in other branches
- 2.0.x src/Entity/GroupTypeInterface.php \Drupal\group\Entity\GroupTypeInterface::getInstalledContentPlugins()
Returns the installed content enabler plugins for this group type.
Return value
\Drupal\group\Plugin\GroupContentEnablerCollection The group content plugin collection.
1 method overrides GroupTypeInterface::getInstalledContentPlugins()
- GroupType::getInstalledContentPlugins in src/
Entity/ GroupType.php - Returns the installed content enabler 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();