You are here

public function ContentTypeBase::getId in Opigno group manager 3.x

Same name and namespace in other branches
  1. 8 src/ContentTypeBase.php \Drupal\opigno_group_manager\ContentTypeBase::getId()

Returns ID.

Return value

string ID.

File

src/ContentTypeBase.php, line 33

Class

ContentTypeBase
Class ContentTypeBase.

Namespace

Drupal\opigno_group_manager

Code

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