public function DisqusPopularThreadsBlock::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/ DisqusPopularThreadsBlock.php, line 19
Class
- DisqusPopularThreadsBlock
- Plugin implementation of the 'disqus_popular_threads'.
Namespace
Drupal\disqus\Plugin\BlockCode
public function functionId() {
return 'popular_threads_widget';
}