public 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 793
Class
- EntityType
- Provides an implementation of an entity type and its metadata.
Namespace
Drupal\Core\Entity
Code
public function getGroup() { return $this->group; }
Please login to continue.