public function Invite::getPlugin in Invite 8
Gets the plugin id.
File
- src/
Entity/ Invite.php, line 113
Class
- Invite
- Defines the Invite entity.
Namespace
Drupal\invite\EntityCode
public function getPlugin() {
return $this->plugin;
}
Gets the plugin id.
public function getPlugin() {
return $this->plugin;
}