You are here

protected property OAuthController::$linkGenerator in OAuth 1.0 8.2

Same name and namespace in other branches
  1. 8 src/Controller/OAuthController.php \Drupal\oauth\Controller\OAuthController::linkGenerator

The URL generator service.

Type: \Drupal\Core\Utility\LinkGeneratorInterface

Overrides LinkGeneratorTrait::$linkGenerator

File

src/Controller/OAuthController.php, line 28
Contains \Drupal\oauth\Controller\OAuthController.

Class

OAuthController
Controller routines for oauth routes.

Namespace

Drupal\oauth\Controller

Code

protected $linkGenerator;