public function FlippingBookTypeInterface::getPermissionName in Flipping Book 8
Returns the machine-readable permission name for the flipping book type.
Return value
string|bool The machine-readable permission name, or FALSE if the flipping book type is malformed.
1 method overrides FlippingBookTypeInterface::getPermissionName()
- FlippingBookType::getPermissionName in src/
Entity/ FlippingBookType.php - Returns the machine-readable permission name for the flipping book type.
File
- src/
Entity/ FlippingBookTypeInterface.php, line 19
Class
- FlippingBookTypeInterface
- Provides an interface for defining Flipping Book type entities.
Namespace
Drupal\flipping_book\EntityCode
public function getPermissionName();