You are here

public function FacebookAuthSettingsInterface::getGraphVersion in Open Social 8.5

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getGraphVersion()
  2. 8 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getGraphVersion()
  3. 8.2 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getGraphVersion()
  4. 8.3 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getGraphVersion()
  5. 8.4 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getGraphVersion()
  6. 8.6 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getGraphVersion()
  7. 8.7 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getGraphVersion()
  8. 8.8 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getGraphVersion()

Gets the default graph version.

Return value

string The app default graph version.

1 method overrides FacebookAuthSettingsInterface::getGraphVersion()
FacebookAuthSettings::getGraphVersion in modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettings.php
Gets the default graph version.

File

modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php, line 32

Class

FacebookAuthSettingsInterface
Defines an interface for Social Auth Facebook settings.

Namespace

Drupal\social_auth_facebook\Settings

Code

public function getGraphVersion();