You are here

public function GroupContentEnablerInterface::getGroupTypeId in Group 8

Returns the ID of the group type the plugin was instantiated for.

Return value

string|null The group type ID, if set in the plugin configuration.

1 method overrides GroupContentEnablerInterface::getGroupTypeId()
GroupContentEnablerBase::getGroupTypeId in src/Plugin/GroupContentEnablerBase.php
Returns the ID of the group type the plugin was instantiated for.

File

src/Plugin/GroupContentEnablerInterface.php, line 102

Class

GroupContentEnablerInterface
Defines an interface for pluggable GroupContentEnabler back-ends.

Namespace

Drupal\group\Plugin

Code

public function getGroupTypeId();