public function FlippingBookInterface::getName in Flipping Book 8
Gets the Flipping Book name.
Return value
string Name of the Flipping Book.
1 method overrides FlippingBookInterface::getName()
- FlippingBook::getName in src/
Entity/ FlippingBook.php - Gets the Flipping Book name.
File
- src/
Entity/ FlippingBookInterface.php, line 32
Class
- FlippingBookInterface
- Provides an interface for defining Flipping Book entities.
Namespace
Drupal\flipping_book\EntityCode
public function getName();