You are here

public function ProfileTypeInterface::getLabel in Profile 2 8

Returns the label of the profile type.

1 method overrides ProfileTypeInterface::getLabel()
ProfileType::getLabel in src/Entity/ProfileType.php
Returns the label of the profile type.

File

src/ProfileTypeInterface.php, line 20
Contains \Drupal\profile\Entity\ProfileTypeInterface.

Class

ProfileTypeInterface
Provides an interface defining a profile type entity.

Namespace

Drupal\profile

Code

public function getLabel();