You are here

public function GroupContentEnablerInterface::getEntityBundle in Group 8

Returns the entity bundle the plugin supports.

Return value

string|false The bundle name or FALSE in case it supports all bundles.

1 method overrides GroupContentEnablerInterface::getEntityBundle()
GroupContentEnablerBase::getEntityBundle in src/Plugin/GroupContentEnablerBase.php
Returns the entity bundle the plugin supports.

File

src/Plugin/GroupContentEnablerInterface.php, line 62

Class

GroupContentEnablerInterface
Defines an interface for pluggable GroupContentEnabler back-ends.

Namespace

Drupal\group\Plugin

Code

public function getEntityBundle();