Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
1234fa61
Commit
1234fa61
authored
Aug 18, 2015
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2552403
by pfrenssen: Convert remaining routes to use _entity_list
parent
15366a67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
core/modules/filter/filter.routing.yml
core/modules/filter/filter.routing.yml
+1
-2
core/modules/node/node.routing.yml
core/modules/node/node.routing.yml
+1
-2
No files found.
core/modules/filter/filter.routing.yml
View file @
1234fa61
...
...
@@ -17,8 +17,7 @@ filter.tips:
filter.admin_overview
:
path
:
'
/admin/config/content/formats'
defaults
:
_controller
:
'
\Drupal\Core\Entity\Controller\EntityListController::listing'
entity_type
:
'
filter_format'
_entity_list
:
'
filter_format'
_title
:
'
Text
formats
and
editors'
requirements
:
_permission
:
'
administer
filters'
...
...
core/modules/node/node.routing.yml
View file @
1234fa61
...
...
@@ -81,8 +81,7 @@ node.revision_delete_confirm:
entity.node_type.collection
:
path
:
'
/admin/structure/types'
defaults
:
_controller
:
'
\Drupal\Core\Entity\Controller\EntityListController::listing'
entity_type
:
'
node_type'
_entity_list
:
'
node_type'
_title
:
'
Content
types'
requirements
:
_permission
:
'
administer
content
types'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment