public function FacebookAuthSettingsInterface::getAppId in Social Auth Facebook 8
Same name and namespace in other branches
- 8.2 src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()
- 3.x src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppId()
Gets the application ID.
Return value
mixed The application ID.
1 method overrides FacebookAuthSettingsInterface::getAppId()
- FacebookAuthSettings::getAppId in src/
Settings/ FacebookAuthSettings.php - Gets the application ID.
File
- src/
Settings/ FacebookAuthSettingsInterface.php, line 16
Class
- FacebookAuthSettingsInterface
- Defines the settings interface.
Namespace
Drupal\social_auth_facebook\SettingsCode
public function getAppId();