You are here

public function GroupRoleStorageInterface::updateSynchronizedLabels in Group 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/Storage/GroupRoleStorageInterface.php \Drupal\group\Entity\Storage\GroupRoleStorageInterface::updateSynchronizedLabels()

Updates the label of all group roles for a user role.

Parameters

\Drupal\User\RoleInterface $role: The user role to update the group role labels for.

1 method overrides GroupRoleStorageInterface::updateSynchronizedLabels()
GroupRoleStorage::updateSynchronizedLabels in src/Entity/Storage/GroupRoleStorage.php
Updates the label of all group roles for a user role.

File

src/Entity/Storage/GroupRoleStorageInterface.php, line 83

Class

GroupRoleStorageInterface
Defines an interface for group role entity storage classes.

Namespace

Drupal\group\Entity\Storage

Code

public function updateSynchronizedLabels(RoleInterface $role);