You are here

protected property ServiceController::$messenger in CAS 2.x

Same name and namespace in other branches
  1. 8 src/Controller/ServiceController.php \Drupal\cas\Controller\ServiceController::messenger

Stores a Messenger object.

Type: \Drupal\Core\Messenger\MessengerInterface

File

src/Controller/ServiceController.php, line 90

Class

ServiceController
Controller used when redirect back from CAS authentication.

Namespace

Drupal\cas\Controller

Code

protected $messenger;