You are here

public function InviteTypeInterface::setLabel in Invite 8

Sets the Invite type label.

Parameters

string $label: The Invite type label.

Return value

\Drupal\invite\InviteTypeInterface The called Invite type entity.

2 methods override InviteTypeInterface::setLabel()
InviteSender::setLabel in src/Entity/InviteSender.php
Sets the Invite type label.
InviteType::setLabel in src/Entity/InviteType.php
Sets the Invite type label.

File

src/InviteTypeInterface.php, line 29

Class

InviteTypeInterface
Provides an interface for defining Invite type entities.

Namespace

Drupal\invite

Code

public function setLabel($label);