You are here

Files in Social Auth 3.x

Primary tabs

File namesort descending Location Namespace Description
auth-icons.css css/auth-icons.css /** * Styles for the login form */ .social-auth.auth-link { border-bottom: none; } .social-auth.auth-icon { width: 3em; margin-right: 5px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; …
BeforeRedirectEvent.php src/Event/BeforeRedirectEvent.php Drupal\social_auth\Event
FailedAuthenticationEvent.php src/Event/FailedAuthenticationEvent.php Drupal\social_auth\Event
login-with.html.twig templates/login-with.html.twig {% set module = 'social-auth' %} {{ attach_library('social_auth/auth-icons') }} {% for social_network in social_networks %} {% if destination %} <a class="{{ module }} auth-link" href="{{…
NetworkBase.php src/Plugin/Network/NetworkBase.php Drupal\social_auth\Plugin\Network
NetworkInterface.php src/Plugin/Network/NetworkInterface.php Drupal\social_auth\Plugin\Network
OAuth2ControllerBase.php src/Controller/OAuth2ControllerBase.php Drupal\social_auth\Controller
OAuth2Manager.php src/AuthManager/OAuth2Manager.php Drupal\social_auth\AuthManager
OAuth2ManagerInterface.php src/AuthManager/OAuth2ManagerInterface.php Drupal\social_auth\AuthManager
README.txt README.txt INTRODUCTION ------------ This project is part of the Drupal Social Initiative (https://groups.drupal.org/social-initiative). Social Auth is part of the Social API. It provides a common interface for creating modules related to user…
SettingsBase.php src/Settings/SettingsBase.php Drupal\social_auth\Settings
SettingsInterface.php src/Settings/SettingsInterface.php Drupal\social_auth\Settings
SettingsTrait.php src/SettingsTrait.php Drupal\social_auth
SocialAuth.php src/Entity/SocialAuth.php Drupal\social_auth\Entity
SocialAuthController.php src/Controller/SocialAuthController.php Drupal\social_auth\Controller
SocialAuthDataHandler.php src/SocialAuthDataHandler.php Drupal\social_auth
SocialAuthEntityTest.php tests/src/Kernel/SocialAuthEntityTest.php Drupal\Tests\social_auth\Kernel
SocialAuthEventBase.php src/Event/SocialAuthEventBase.php Drupal\social_auth\Event
SocialAuthEvents.php src/Event/SocialAuthEvents.php Drupal\social_auth\Event
SocialAuthLoginBlock.php src/Plugin/Block/SocialAuthLoginBlock.php Drupal\social_auth\Plugin\Block
SocialAuthLoginBlockTest.php tests/src/Functional/SocialAuthLoginBlockTest.php Drupal\Tests\social_auth\Functional
SocialAuthSettingsForm.php src/Form/SocialAuthSettingsForm.php Drupal\social_auth\Form
SocialAuthTestBase.php tests/src/Functional/SocialAuthTestBase.php Drupal\Tests\social_auth\Functional
SocialAuthUser.php src/User/SocialAuthUser.php Drupal\social_auth\User
SocialAuthUserInterface.php src/User/SocialAuthUserInterface.php Drupal\social_auth\User
social_auth.info.yml social_auth.info.yml social_auth.info.yml
social_auth.install social_auth.install Install, update and uninstall functions for Social Auth.
social_auth.libraries.yml social_auth.libraries.yml social_auth.libraries.yml
social_auth.links.menu.yml social_auth.links.menu.yml social_auth.links.menu.yml
social_auth.links.task.yml social_auth.links.task.yml social_auth.links.task.yml
social_auth.module social_auth.module Allows login using different social networking services.
social_auth.post_update.php social_auth.post_update.php Method hook_post_update_NAME.
social_auth.routing.yml social_auth.routing.yml social_auth.routing.yml
social_auth.schema.yml config/schema/social_auth.schema.yml config/schema/social_auth.schema.yml
social_auth.services.yml social_auth.services.yml social_auth.services.yml
social_auth.settings.yml config/install/social_auth.settings.yml config/install/social_auth.settings.yml
UserAuthenticator.php src/User/UserAuthenticator.php Drupal\social_auth\User
UserEvent.php src/Event/UserEvent.php Drupal\social_auth\Event
UserFieldsEvent.php src/Event/UserFieldsEvent.php Drupal\social_auth\Event
UserManager.php src/User/UserManager.php Drupal\social_auth\User
UserTest.php tests/src/Functional/UserTest.php Drupal\Tests\social_auth\Functional

Other projects