public function OgRoleInterface::setLabel in Organic groups 8
Sets the label.
Parameters
string $label: The label to set.
Return value
$this
1 method overrides OgRoleInterface::setLabel()
- OgRole::setLabel in src/
Entity/ OgRole.php - Sets the label.
File
- src/
OgRoleInterface.php, line 69
Class
- OgRoleInterface
- Provides an interface defining an OG user role entity.
Namespace
Drupal\ogCode
public function setLabel($label);