public function FacebookAuthSettingsInterface::getGraphVersion 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::getGraphVersion()
- 8 src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getGraphVersion()
Gets the graph version.
Return value
string The version.
1 method overrides FacebookAuthSettingsInterface::getGraphVersion()
- FacebookAuthSettings::getGraphVersion in src/
Settings/ FacebookAuthSettings.php - Gets the graph version.
File
- src/
Settings/ FacebookAuthSettingsInterface.php, line 32
Class
- FacebookAuthSettingsInterface
- Defines the settings interface.
Namespace
Drupal\social_auth_facebook\SettingsCode
public function getGraphVersion();