You are here

interface BlogListerInterface in Blog 8.2

Same name and namespace in other branches
  1. 3.x src/BlogListerInterface.php \Drupal\blog\BlogListerInterface

Provides an interface defining a blog lister.

Hierarchy

Expanded class hierarchy of BlogListerInterface

All classes that implement BlogListerInterface

1 file declares its use of BlogListerInterface
BlogController.php in src/Controller/BlogController.php

File

src/BlogListerInterface.php, line 10

Namespace

Drupal\blog
View source
interface BlogListerInterface {

  /**
   * Returns a title for a user blog.
   */
  public function userBlogTitle(UserInterface $user);

}

Members

Namesort descending Modifiers Type Description Overrides
BlogListerInterface::userBlogTitle public function Returns a title for a user blog. 1