You are here

public function DisqusTopCommentersBlock::functionId in Disqus 8

Gets name of Disqus function to be used when rendering block.

Return value

string Name of the function.

Overrides DisqusBaseBlock::functionId

File

src/Plugin/Block/DisqusTopCommentersBlock.php, line 81

Class

DisqusTopCommentersBlock
Plugin implementation of the 'disqus_top_commenters'.

Namespace

Drupal\disqus\Plugin\Block

Code

public function functionId() {
  return 'top_commenters_widget';
}