You are here

public function AuthenticationByUser::getPassword in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x src/Controller/AuthenticationByUser.php \Drupal\cms_content_sync\Controller\AuthenticationByUser::getPassword()
  2. 2.0.x src/Controller/AuthenticationByUser.php \Drupal\cms_content_sync\Controller\AuthenticationByUser::getPassword()

Return value

string

File

src/Controller/AuthenticationByUser.php, line 133

Class

AuthenticationByUser
Class AuthenticationByUser.

Namespace

Drupal\cms_content_sync\Controller

Code

public function getPassword() {
  return $this
    ->getLoginData()[self::KEY_PASSWORD];
}