You are here

public function FacebookAuthSettingsInterface::getAppId 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::getAppId()
  2. 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\Settings

Code

public function getAppId();