public function InviteType::label in Invite 8
Gets the label of the entity.
Return value
string|null The label of the entity, or NULL if there is no label defined.
Overrides EntityBase::label
File
- src/
Entity/ InviteType.php, line 85
Class
- InviteType
- Defines the Invite type entity.
Namespace
Drupal\invite\EntityCode
public function label() {
return $this->label;
}