public function Invite::isPublished in Invite 8
File
- src/
Entity/ Invite.php, line 210
Class
- Invite
- Defines the Invite entity.
Namespace
Drupal\invite\EntityCode
public function isPublished() {
return (bool) $this
->getEntityKey('status');
}