You are here

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

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

The network plugin manager.

Type: \Drupal\social_api\Plugin\NetworkManager

File

src/Controller/OAuth2ControllerBase.php, line 39

Class

OAuth2ControllerBase
Handle responses for Social Post implementer controllers.

Namespace

Drupal\social_post\Controller

Code

protected $networkManager;