You are here

service blog.lister in Blog 3.x

Same name and namespace in other branches
  1. 8.2 blog.services.yml \blog.lister

Class

Drupal\blog\BlogLister

Tags

  • blog_lister
1 string reference to blog.lister
BlogController::create in src/Controller/BlogController.php
Instantiates a new instance of this class.

File

./blog.services.yml
blog.services.yml

View source
  1. class: Drupal\blog\BlogLister
  2. arguments:
  3. - '@current_user'
  4. - '@config.factory'
  5. tags:
  6. - { name: blog_lister }