public function InviteTypeInterface::setType in Invite 8
Sets the Invite type type.
Parameters
string $type: The Invite type type.
Return value
\Drupal\invite\InviteTypeInterface The called Invite type entity.
2 methods override InviteTypeInterface::setType()
- InviteSender::setType in src/
Entity/ InviteSender.php - Sets the Invite type type.
- InviteType::setType in src/
Entity/ InviteType.php - Sets the Invite type type.
File
- src/
InviteTypeInterface.php, line 48
Class
- InviteTypeInterface
- Provides an interface for defining Invite type entities.
Namespace
Drupal\inviteCode
public function setType($type);