forked from d8-contrib-modules/encrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request d8-contrib-modules#81 from rlhawk/rlhawk-update-ro…
…uting-and-menu-links Updated routes and menu links to match Drupal patterns.
- Loading branch information
Showing
7 changed files
with
19 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
# Title menu items definition | ||
entity.encryption_profile.collection: | ||
title: 'Encryption Profile' | ||
title: 'Encryption profiles' | ||
route_name: entity.encryption_profile.collection | ||
description: 'Encryption Profile listing' | ||
description: 'Manage profiles that can be used to encrypt and decrypt data.' | ||
parent: system.admin_config_system | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,31 @@ | ||
# Encryption Profile routing definition | ||
entity.encryption_profile.collection: | ||
path: '/admin/config/system/encryption' | ||
path: '/admin/config/system/encryption/profiles' | ||
defaults: | ||
_entity_list: 'encryption_profile' | ||
_title: 'Encryption Profiles' | ||
_title: 'Encryption profiles' | ||
requirements: | ||
_permission: 'administer encrypt' | ||
|
||
entity.encryption_profile.add_form: | ||
path: '/admin/config/system/encryption/profile/add' | ||
path: '/admin/config/system/encryption/profiles/add' | ||
defaults: | ||
_entity_form: 'encryption_profile.add' | ||
_title: 'Add Encryption Profile' | ||
_title: 'Add encryption profile' | ||
requirements: | ||
_permission: 'administer encrypt' | ||
|
||
entity.encryption_profile.edit_form: | ||
path: '/admin/config/system/encryption/profile/{encryption_profile}' | ||
path: '/admin/config/system/encryption/profiles/manage/{encryption_profile}' | ||
defaults: | ||
_entity_form: 'encryption_profile.edit' | ||
_title: 'Edit Encryption Profile' | ||
_title: 'Edit encryption profile' | ||
requirements: | ||
_permission: 'administer encrypt' | ||
|
||
entity.encryption_profile.delete_form: | ||
path: '/admin/config/system/encryption/profile/{encryption_profile}/delete' | ||
path: '/admin/config/system/encryption/profiles/manage/{encryption_profile}/delete' | ||
defaults: | ||
_entity_form: 'encryption_profile.delete' | ||
_title: 'Delete Encryption Profile' | ||
_title: 'Delete encryption profile' | ||
requirements: | ||
_permission: 'administer encrypt' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters