Creates a BlockComponentRenderArray object.
\Drupal\Core\Session\AccountInterface $current_user: The current user.
public function __construct(AccountInterface $current_user) { $this->currentUser = $current_user; }