You are here

public function SplashifyGroupEntityInterface::setName in Splashify 8.2

Sets the Splashify group entity name.

Parameters

string $name: The Splashify group entity name.

Return value

\Drupal\splashify\Entity\SplashifyGroupEntityInterface The called Splashify group entity entity.

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

File

src/Entity/SplashifyGroupEntityInterface.php, line 35

Class

SplashifyGroupEntityInterface
Provides an interface for defining Splashify group entity entities.

Namespace

Drupal\splashify\Entity

Code

public function setName($name);