You are here

public function CmisConnectionEntityInterface::getCmisPassword in CMIS API 8.2

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

Get CMIS password.

Return value

string return CMIS password.

1 method overrides CmisConnectionEntityInterface::getCmisPassword()
CmisConnectionEntity::getCmisPassword in src/Entity/CmisConnectionEntity.php
Get CMIS password.

File

src/Entity/CmisConnectionEntityInterface.php, line 36

Class

CmisConnectionEntityInterface
Provides an interface for defining CMIS connection entities.

Namespace

Drupal\cmis\Entity

Code

public function getCmisPassword();