You are here

public function FacebookAuthSettingsInterface::getAppId in Open Social 8.3

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::getAppId()
  2. 8 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()
  3. 8.2 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()
  4. 8.4 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()
  5. 8.5 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()
  6. 8.6 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()
  7. 8.7 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()
  8. 8.8 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()

Gets the app ID.

Return value

string The app ID.

1 method overrides FacebookAuthSettingsInterface::getAppId()
FacebookAuthSettings::getAppId in modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettings.php
Gets the app ID.

File

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

Class

FacebookAuthSettingsInterface
Defines an interface for Social Auth Facebook settings.

Namespace

Drupal\social_auth_facebook\Settings

Code

public function getAppId();