You are here

public function CmisConnectionEntityInterface::getCmisUser in CMIS API 8.2

Same name and namespace in other branches
  1. 3.0.x src/Entity/CmisConnectionEntityInterface.php \Drupal\cmis\Entity\CmisConnectionEntityInterface::getCmisUser()

Get CMIS user name.

Return value

string Return CMIS Username.

1 method overrides CmisConnectionEntityInterface::getCmisUser()
CmisConnectionEntity::getCmisUser in src/Entity/CmisConnectionEntity.php
Get CMIS user name.

File

src/Entity/CmisConnectionEntityInterface.php, line 28

Class

CmisConnectionEntityInterface
Provides an interface for defining CMIS connection entities.

Namespace

Drupal\cmis\Entity

Code

public function getCmisUser();