You are here

public function EntityTypeInterface::getGroup in Drupal 9

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

Gets the machine name of the entity type group.

Return value

string

1 method overrides EntityTypeInterface::getGroup()
EntityType::getGroup in core/lib/Drupal/Core/Entity/EntityType.php
Gets the machine name of the entity type group.

File

core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 691

Class

EntityTypeInterface
Provides an interface for an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function getGroup();