FacebookAuthInterface.php in Social Auth Facebook 8
Same filename and directory in other branches
File
src/Plugin/Network/FacebookAuthInterface.phpView source
<?php
namespace Drupal\social_auth_facebook\Plugin\Network;
use Drupal\social_api\Plugin\NetworkInterface;
/**
* Defines the Facebook Auth interface.
*/
interface FacebookAuthInterface extends NetworkInterface {
}
Interfaces
Name | Description |
---|---|
FacebookAuthInterface | Defines the Facebook Auth interface. |