You are here

public property Pool::$authentication_type in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x src/Entity/Pool.php \Drupal\cms_content_sync\Entity\Pool::authentication_type
  2. 2.0.x src/Entity/Pool.php \Drupal\cms_content_sync\Entity\Pool::authentication_type

The authentication type to use. See Pool::AUTHENTICATION_TYPE_* for details.

Type: string

Deprecated

Will be removed with the 2.0 release.

File

src/Entity/Pool.php, line 90

Class

Pool
Defines the "Content Sync - Pool" entity.

Namespace

Drupal\cms_content_sync\Entity

Code

public $authentication_type;