You are here

public function BlogListerInterface::userBlogTitle in Blog 3.x

Same name and namespace in other branches
  1. 8.2 src/BlogListerInterface.php \Drupal\blog\BlogListerInterface::userBlogTitle()

Returns a title for a user blog.

1 method overrides BlogListerInterface::userBlogTitle()
BlogLister::userBlogTitle in src/BlogLister.php

File

src/BlogListerInterface.php, line 15

Class

BlogListerInterface
Provides an interface defining a blog lister.

Namespace

Drupal\blog

Code

public function userBlogTitle(UserInterface $user);