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