interface FacebookAuthInterface in Social Auth Facebook 3.x
Same name and namespace in other branches
- 8.2 src/Plugin/Network/FacebookAuthInterface.php \Drupal\social_auth_facebook\Plugin\Network\FacebookAuthInterface
- 8 src/Plugin/Network/FacebookAuthInterface.php \Drupal\social_auth_facebook\Plugin\Network\FacebookAuthInterface
Defines the Facebook Auth interface.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface; interface \Drupal\Core\Plugin\ContainerFactoryPluginInterface
- interface \Drupal\social_api\Plugin\NetworkInterface
- interface \Drupal\social_auth\Plugin\Network\NetworkInterface
- interface \Drupal\social_auth_facebook\Plugin\Network\FacebookAuthInterface
- interface \Drupal\social_auth\Plugin\Network\NetworkInterface
- interface \Drupal\social_api\Plugin\NetworkInterface
Expanded class hierarchy of FacebookAuthInterface
All classes that implement FacebookAuthInterface
File
- src/
Plugin/ Network/ FacebookAuthInterface.php, line 10
Namespace
Drupal\social_auth_facebook\Plugin\NetworkView source
interface FacebookAuthInterface extends NetworkInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ContainerFactoryPluginInterface:: |
public static | function | Creates an instance of the plugin. | 120 |
NetworkInterface:: |
public | function | Gets the underlying SDK library. | 1 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |