You are here

public function GroupContentType::getContentPluginId in Group 8

Gets the content enabler plugin ID the content type uses.

Return value

string The content enabler plugin ID the content type uses.

Overrides GroupContentTypeInterface::getContentPluginId

1 call to GroupContentType::getContentPluginId()
GroupContentType::getContentPlugin in src/Entity/GroupContentType.php
Gets the content enabler plugin the content type uses.

File

src/Entity/GroupContentType.php, line 162

Class

GroupContentType
Defines the Group content type configuration entity.

Namespace

Drupal\group\Entity

Code

public function getContentPluginId() {
  return $this->content_plugin;
}