public function DisqusCommentManagerInterface::ssoSettings in Disqus 8
Computes the full settings associated with Disqus SSO.
These need to be merged into the settings for basic Disqus integration for actual usage.
Return value
array An array of the ssoSettings.
1 method overrides DisqusCommentManagerInterface::ssoSettings()
- DisqusCommentManager::ssoSettings in src/
DisqusCommentManager.php - Computes the full settings associated with Disqus SSO.
File
- src/
DisqusCommentManagerInterface.php, line 44
Class
- DisqusCommentManagerInterface
- It contains common functions to manage disqus_comment fields.
Namespace
Drupal\disqusCode
public function ssoSettings();