You are here

public function SplashifyEntityInterface::setName in Splashify 8.2

Sets the Splashify entity name.

Parameters

string $name: The Splashify entity name.

Return value

\Drupal\splashify\Entity\SplashifyEntityInterface The called Splashify entity entity.

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

File

src/Entity/SplashifyEntityInterface.php, line 35

Class

SplashifyEntityInterface
Provides an interface for defining Splashify entity entities.

Namespace

Drupal\splashify\Entity

Code

public function setName($name);