You are here

public function GroupContentEnablerInterface::getEntityTypeId in Group 8

Returns the entity type ID the plugin supports.

Return value

string The entity type ID.

1 method overrides GroupContentEnablerInterface::getEntityTypeId()
GroupContentEnablerBase::getEntityTypeId in src/Plugin/GroupContentEnablerBase.php
Returns the entity type ID the plugin supports.

File

src/Plugin/GroupContentEnablerInterface.php, line 54

Class

GroupContentEnablerInterface
Defines an interface for pluggable GroupContentEnabler back-ends.

Namespace

Drupal\group\Plugin

Code

public function getEntityTypeId();