You are here

public function SplashifyGroupEntity::getName in Splashify 8.2

Gets the Splashify group entity name.

Return value

string Name of the Splashify group entity.

Overrides SplashifyGroupEntityInterface::getName

File

src/Entity/SplashifyGroupEntity.php, line 72

Class

SplashifyGroupEntity
Defines the Splashify group entity entity.

Namespace

Drupal\splashify\Entity

Code

public function getName() {
  return $this
    ->get('name')->value;
}