public function GroupContentEnablerCollection::get in Group 8
Return value
\Drupal\group\Plugin\GroupContentEnablerInterface
Overrides LazyPluginCollection::get
1 call to GroupContentEnablerCollection::get()
- GroupContentEnablerCollection::sortHelper in src/
Plugin/ GroupContentEnablerCollection.php - Sorts plugins by provider.
File
- src/
Plugin/ GroupContentEnablerCollection.php, line 17
Class
- GroupContentEnablerCollection
- A collection of group content plugins.
Namespace
Drupal\group\PluginCode
public function &get($instance_id) {
return parent::get($instance_id);
}