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