public function GroupContentEnablerInterface::getGroupCardinality in Group 8
Returns the amount of groups the same content can be added to.
Return value
int The group content's group cardinality.
1 method overrides GroupContentEnablerInterface::getGroupCardinality()
- GroupContentEnablerBase::getGroupCardinality in src/
Plugin/ GroupContentEnablerBase.php - Returns the amount of groups the same content can be added to.
File
- src/
Plugin/ GroupContentEnablerInterface.php, line 78
Class
- GroupContentEnablerInterface
- Defines an interface for pluggable GroupContentEnabler back-ends.
Namespace
Drupal\group\PluginCode
public function getGroupCardinality();