You are here

public function DisqusRecentCommentBlock::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/DisqusRecentCommentBlock.php, line 82

Class

DisqusRecentCommentBlock
Plugin implementation of the 'disqus_recent_comments'.

Namespace

Drupal\disqus\Plugin\Block

Code

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