You are here

public function EntityType::getGroup in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/EntityType.php \Drupal\Core\Entity\EntityType::getGroup()

Gets the machine name of the entity type group.

Return value

string

Overrides EntityTypeInterface::getGroup

File

core/lib/Drupal/Core/Entity/EntityType.php, line 741
Contains \Drupal\Core\Entity\EntityType.

Class

EntityType
Provides an implementation of an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function getGroup() {
  return $this->group;
}