interface FacebookAuthSettingsInterface in Social Auth Facebook 3.x
Same name and namespace in other branches
- 8.2 src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface
- 8 src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface
Defines the settings interface.
Hierarchy
- interface \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface
Expanded class hierarchy of FacebookAuthSettingsInterface
All classes that implement FacebookAuthSettingsInterface
File
- src/
Settings/ FacebookAuthSettingsInterface.php, line 8
Namespace
Drupal\social_auth_facebook\SettingsView source
interface FacebookAuthSettingsInterface {
/**
* Gets the application ID.
*
* @return mixed
* The application ID.
*/
public function getAppId();
/**
* Gets the application secret.
*
* @return string
* The application secret.
*/
public function getAppSecret();
/**
* Gets the graph version.
*
* @return string
* The version.
*/
public function getGraphVersion();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FacebookAuthSettingsInterface:: |
public | function | Gets the application ID. | 1 |
FacebookAuthSettingsInterface:: |
public | function | Gets the application secret. | 1 |
FacebookAuthSettingsInterface:: |
public | function | Gets the graph version. | 1 |