You are here

public function FlippingBookInterface::setName in Flipping Book 8

Sets the Flipping Book name.

Parameters

string $name: The Flipping Book name.

Return value

\Drupal\flipping_book\Entity\FlippingBookInterface The called Flipping Book entity.

1 method overrides FlippingBookInterface::setName()
FlippingBook::setName in src/Entity/FlippingBook.php
Sets the Flipping Book name.

File

src/Entity/FlippingBookInterface.php, line 43

Class

FlippingBookInterface
Provides an interface for defining Flipping Book entities.

Namespace

Drupal\flipping_book\Entity

Code

public function setName($name);