You are here

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\Entity

Code

public function getPlugin() {
  return $this->plugin;
}