You are here

public function GroupContentTypeInterface::getContentPlugin in Group 8

Gets the content enabler plugin the content type uses.

Return value

\Drupal\group\Plugin\GroupContentEnablerInterface The content enabler plugin the content type uses.

1 method overrides GroupContentTypeInterface::getContentPlugin()
GroupContentType::getContentPlugin in src/Entity/GroupContentType.php
Gets the content enabler plugin the content type uses.

File

src/Entity/GroupContentTypeInterface.php, line 35

Class

GroupContentTypeInterface
Provides an interface defining a group content type entity.

Namespace

Drupal\group\Entity

Code

public function getContentPlugin();