public function ContentTypeBase::getId in Opigno group manager 8
Same name and namespace in other branches
- 3.x 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_managerCode
public function getId() {
return $this->pluginDefinition['id'];
}