Oliver Davies
99204d78df
- Add failing blog page test. - Add custom routing, need to create Controller. - Add BlogPageController. - Test posts are visible.
8 lines
167 B
YAML
8 lines
167 B
YAML
example.blog:
|
|
path: /blog
|
|
defaults:
|
|
_controller: Drupal\example\Controller\BlogPageController
|
|
_title: Blog
|
|
requirements:
|
|
_permission: access content
|