You are here

public function SplashifyEntityInterface::getName in Splashify 8.2

Gets the Splashify entity name.

Return value

string Name of the Splashify entity.

1 method overrides SplashifyEntityInterface::getName()
SplashifyEntity::getName in src/Entity/SplashifyEntity.php
Gets the Splashify entity name.

File

src/Entity/SplashifyEntityInterface.php, line 24

Class

SplashifyEntityInterface
Provides an interface for defining Splashify entity entities.

Namespace

Drupal\splashify\Entity

Code

public function getName();