public function FacebookAuthSettingsInterface::getAppId in Open Social 8.8
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()
- 8 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()
- 8.2 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()
- 8.3 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()
- 8.4 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()
- 8.5 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()
- 8.6 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()
- 8.7 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\SettingsCode
public function getAppId();