You are here

public function InviteType::getType in Invite 8

Gets the Invite type type.

Return value

string Type of the Invite type.

Overrides InviteTypeInterface::getType

File

src/Entity/InviteType.php, line 100

Class

InviteType
Defines the Invite type entity.

Namespace

Drupal\invite\Entity

Code

public function getType() {
  return $this->id;
}