You are here

public function FacebookAuthSettingsInterface::getGraphVersion in Social Auth Facebook 8.2

Same name and namespace in other branches
  1. 8 src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getGraphVersion()
  2. 3.x 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\Settings

Code

public function getGraphVersion();