public function BlogListerInterface::userBlogTitle in Blog 8.2
Same name and namespace in other branches
- 3.x src/BlogListerInterface.php \Drupal\blog\BlogListerInterface::userBlogTitle()
Returns a title for a user blog.
1 method overrides BlogListerInterface::userBlogTitle()
File
- src/
BlogListerInterface.php, line 15
Class
- BlogListerInterface
- Provides an interface defining a blog lister.
Namespace
Drupal\blogCode
public function userBlogTitle(UserInterface $user);