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\EntityCode
public function setPlugin($plugin) {
$this->plugin = $plugin;
}