You are here

public function Invite::setPlugin in Invite 8

Sets the plugin id.

File

src/Entity/Invite.php, line 106

Class

Invite
Defines the Invite entity.

Namespace

Drupal\invite\Entity

Code

public function setPlugin($plugin) {
  $this->plugin = $plugin;
}