public function InviteTypeInterface::getType in Invite 8
Gets the Invite type type.
Return value
string Type of the Invite type.
2 methods override InviteTypeInterface::getType()
- InviteSender::getType in src/
Entity/ InviteSender.php - Gets the Invite type type.
- InviteType::getType in src/
Entity/ InviteType.php - Gets the Invite type type.
File
- src/
InviteTypeInterface.php, line 37
Class
- InviteTypeInterface
- Provides an interface for defining Invite type entities.
Namespace
Drupal\inviteCode
public function getType();