public function ChannelInterface::removeAuthorizedUser in Entity Share 8.2
Same name and namespace in other branches
- 8.3 modules/entity_share_server/src/Entity/ChannelInterface.php \Drupal\entity_share_server\Entity\ChannelInterface::removeAuthorizedUser()
- 8 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\EntityCode
public function removeAuthorizedUser($uuid);