You are here

public function SplashifyGroupEntityInterface::getName in Splashify 8.2

Gets the Splashify group entity name.

Return value

string Name of the Splashify group entity.

1 method overrides SplashifyGroupEntityInterface::getName()
SplashifyGroupEntity::getName in src/Entity/SplashifyGroupEntity.php
Gets the Splashify group entity name.

File

src/Entity/SplashifyGroupEntityInterface.php, line 24

Class

SplashifyGroupEntityInterface
Provides an interface for defining Splashify group entity entities.

Namespace

Drupal\splashify\Entity

Code

public function getName();