BlogController
class BlogController extends Controller
Class BlogController. Defines routes for blog category, blog post
Methods
array
blogShowAllAction(ArrayCollection $blogPostFrontEndAll)
Frontend route for listing all blog posts
array
blogByCategoryShowAction(ArrayCollection $blogPostsByCategory)
Frontend route for listing blog posts from specific blog category
array
blogSingleShowAction(ArrayCollection $blogSingle)
Frontend route for showing specific blog post
Details
at line 42
array
blogShowAllAction(ArrayCollection $blogPostFrontEndAll)
Frontend route for listing all blog posts
at line 62
array
blogByCategoryShowAction(ArrayCollection $blogPostsByCategory)
Frontend route for listing blog posts from specific blog category
at line 83
array
blogSingleShowAction(ArrayCollection $blogSingle)
Frontend route for showing specific blog post