You are here

interface FacebookAuthSettingsInterface 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
  2. 3.x src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface

Defines the settings interface.

Hierarchy

Expanded class hierarchy of FacebookAuthSettingsInterface

All classes that implement FacebookAuthSettingsInterface

File

src/Settings/FacebookAuthSettingsInterface.php, line 8

Namespace

Drupal\social_auth_facebook\Settings
View source
interface FacebookAuthSettingsInterface {

  /**
   * Gets the application ID.
   *
   * @return mixed
   *   The application ID.
   */
  public function getAppId();

  /**
   * Gets the application secret.
   *
   * @return string
   *   The application secret.
   */
  public function getAppSecret();

  /**
   * Gets the graph version.
   *
   * @return string
   *   The version.
   */
  public function getGraphVersion();

}

Members

Namesort descending Modifiers Type Description Overrides
FacebookAuthSettingsInterface::getAppId public function Gets the application ID. 1
FacebookAuthSettingsInterface::getAppSecret public function Gets the application secret. 1
FacebookAuthSettingsInterface::getGraphVersion public function Gets the graph version. 1