You are here

protected property OAuth2ControllerBase::$request in Social Post 3.x

Same name and namespace in other branches
  1. 8.2 src/Controller/OAuth2ControllerBase.php \Drupal\social_post\Controller\OAuth2ControllerBase::request

Used to access GET parameters.

Type: \Symfony\Component\HttpFoundation\RequestStack

File

src/Controller/OAuth2ControllerBase.php, line 60

Class

OAuth2ControllerBase
Handle responses for Social Post implementer controllers.

Namespace

Drupal\social_post\Controller

Code

protected $request;