You are here

public function ContentTypeBase::getEntityType in Opigno group manager 8

Same name and namespace in other branches
  1. 3.x src/ContentTypeBase.php \Drupal\opigno_group_manager\ContentTypeBase::getEntityType()

Returns entity type.

Return value

string Entity type.

File

src/ContentTypeBase.php, line 23

Class

ContentTypeBase
Class ContentTypeBase.

Namespace

Drupal\opigno_group_manager

Code

public function getEntityType() {
  return $this->pluginDefinition['entity_type'];
}