You are here

public function SocialAuthController::integrations in Social Auth 8

1 string reference to 'SocialAuthController::integrations'
social_auth.routing.yml in ./social_auth.routing.yml
social_auth.routing.yml

File

src/Controller/SocialAuthController.php, line 15

Class

SocialAuthController
Manages login buttons settings and integration table renderization.

Namespace

Drupal\social_auth\Controller

Code

public function integrations($type = 'social_auth') {
  return parent::integrations($type);
}