EntityType::getGroup

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;
}
doc_Drupal
2016-10-29 09:07:59
Comments
Leave a Comment

Please login to continue.