public function GroupContentEnablerManagerInterface::getAll in Group 8
Returns a plugin collection of all available content enablers.
This collection will not have anything set in the individual plugins' configuration. Do not use any methods on the plugin that require a group type to be set or you may encounter unexpected behavior. Instead, use ::getInstalled() while providing a group type argument to get fully configured instances of the plugins.
Return value
\Drupal\group\Plugin\GroupContentEnablerCollection A plugin collection with a vanilla instance of every known plugin.
1 method overrides GroupContentEnablerManagerInterface::getAll()
- GroupContentEnablerManager::getAll in src/
Plugin/ GroupContentEnablerManager.php - Returns a plugin collection of all available content enablers.
File
- src/
Plugin/ GroupContentEnablerManagerInterface.php, line 118
Class
- GroupContentEnablerManagerInterface
- Provides a common interface for group content enabler managers.
Namespace
Drupal\group\PluginCode
public function getAll();