public function ProfileTypeInterface::setDisplayLabel in Profile 8
Sets the profile type display label.
Parameters
string $display_label: The display label.
Return value
$this
1 method overrides ProfileTypeInterface::setDisplayLabel()
- ProfileType::setDisplayLabel in src/
Entity/ ProfileType.php - Sets the profile type display label.
File
- src/
Entity/ ProfileTypeInterface.php, line 32
Class
- ProfileTypeInterface
- Provides an interface defining a profile type entity.
Namespace
Drupal\profile\EntityCode
public function setDisplayLabel($display_label);