You are here

public function ProfileLabelEvent::getLabel in Profile 8

Gets the profile label.

Return value

string The profile label.

File

src/Event/ProfileLabelEvent.php, line 58

Class

ProfileLabelEvent
Defines the profile label event.

Namespace

Drupal\profile\Event

Code

public function getLabel() {
  return $this->label;
}