You are here

public function InviteSenderInterface::setType in Invite 8

Sets the Invite Sender type.

Parameters

string $type: The Invite Sender type.

Return value

\Drupal\invite\InviteTypeInterface The called Invite Sender entity.

File

src/InviteSenderInterface.php, line 48

Class

InviteSenderInterface
Provides an interface for defining Invite sender entities.

Namespace

Drupal\invite

Code

public function setType($type);