You are here

public function ChannelInterface::removeAuthorizedUser in Entity Share 8.3

Same name and namespace in other branches
  1. 8 modules/entity_share_server/src/Entity/ChannelInterface.php \Drupal\entity_share_server\Entity\ChannelInterface::removeAuthorizedUser()
  2. 8.2 modules/entity_share_server/src/Entity/ChannelInterface.php \Drupal\entity_share_server\Entity\ChannelInterface::removeAuthorizedUser()

Remove an authorized user if present. Do not save the entity.

Parameters

string $uuid: The uuid of the user to remove.

Return value

bool TRUE if the authorized_users property has been changed. FALSE otherwise.

1 method overrides ChannelInterface::removeAuthorizedUser()
Channel::removeAuthorizedUser in modules/entity_share_server/src/Entity/Channel.php
Remove an authorized user if present. Do not save the entity.

File

modules/entity_share_server/src/Entity/ChannelInterface.php, line 23

Class

ChannelInterface
Provides an interface for defining Channel entities.

Namespace

Drupal\entity_share_server\Entity

Code

public function removeAuthorizedUser($uuid);