You are here

private function LastTopicBlock::currentUser in Opigno forum 3.x

1 call to LastTopicBlock::currentUser()
LastTopicBlock::build in src/Plugin/Block/LastTopicBlock.php
Builds and returns the renderable array for this block plugin.

File

src/Plugin/Block/LastTopicBlock.php, line 66

Class

LastTopicBlock
Provides a opigno_forum_last_topics_block block.

Namespace

Drupal\opigno_forum\Plugin\Block

Code

private function currentUser() : AccountInterface {
  return \Drupal::currentUser();
}