You are here

protected property CasLogout::$connection in CAS 2.x

Same name and namespace in other branches
  1. 8 src/Service/CasLogout.php \Drupal\cas\Service\CasLogout::connection

The database connection used to find the user's session ID.

Type: \Drupal\Core\Database\Connection

File

src/Service/CasLogout.php, line 27

Class

CasLogout
Provides a default implementation for 'cas.logout' service.

Namespace

Drupal\cas\Service

Code

protected $connection;