public function ContentTypeBase::getAllowedGroupTypes in Opigno group manager 8
Same name and namespace in other branches
- 3.x src/ContentTypeBase.php \Drupal\opigno_group_manager\ContentTypeBase::getAllowedGroupTypes()
Returns allowed group types.
Return value
string Allowed group types.
File
- src/
ContentTypeBase.php, line 63
Class
- ContentTypeBase
- Class ContentTypeBase.
Namespace
Drupal\opigno_group_managerCode
public function getAllowedGroupTypes() {
return $this->pluginDefinition['allowed_group_types'];
}