abstract protected function DisqusBaseBlock::functionId in Disqus 8
Gets name of Disqus function to be used when rendering block.
Return value
string Name of the function.
1 call to DisqusBaseBlock::functionId()
- DisqusBaseBlock::build in src/
Plugin/ Block/ DisqusBaseBlock.php - Builds and returns the renderable array for this block plugin.
4 methods override DisqusBaseBlock::functionId()
- DisqusCombinationWidgetBlock::functionId in src/
Plugin/ Block/ DisqusCombinationWidgetBlock.php - Gets name of Disqus function to be used when rendering block.
- DisqusPopularThreadsBlock::functionId in src/
Plugin/ Block/ DisqusPopularThreadsBlock.php - Gets name of Disqus function to be used when rendering block.
- DisqusRecentCommentBlock::functionId in src/
Plugin/ Block/ DisqusRecentCommentBlock.php - Gets name of Disqus function to be used when rendering block.
- DisqusTopCommentersBlock::functionId in src/
Plugin/ Block/ DisqusTopCommentersBlock.php - Gets name of Disqus function to be used when rendering block.
File
- src/
Plugin/ Block/ DisqusBaseBlock.php, line 163
Class
- DisqusBaseBlock
- Create a new DisqusBaseBlock.
Namespace
Drupal\disqus\Plugin\BlockCode
protected abstract function functionId();