2013-09-15 19:59:49 +00:00
|
|
|
contact.category_delete:
|
2013-10-07 15:09:41 +00:00
|
|
|
path: '/admin/structure/contact/manage/{contact_category}/delete'
|
2013-04-06 21:26:02 +00:00
|
|
|
defaults:
|
2013-12-12 16:14:47 +00:00
|
|
|
_entity_form: 'contact_category.delete'
|
2013-09-17 14:49:45 +00:00
|
|
|
_title: 'Delete'
|
2013-04-06 21:26:02 +00:00
|
|
|
requirements:
|
2013-12-12 16:14:47 +00:00
|
|
|
_entity_access: 'contact_category.delete'
|
2013-05-26 20:00:21 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
contact.category_list:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/structure/contact'
|
2013-05-26 20:00:21 +00:00
|
|
|
defaults:
|
2013-06-16 22:06:21 +00:00
|
|
|
_entity_list: 'contact_category'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'Contact form categories'
|
2013-05-26 20:00:21 +00:00
|
|
|
requirements:
|
|
|
|
_permission: 'administer contact forms'
|
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
contact.category_add:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/structure/contact/add'
|
2013-05-26 20:00:21 +00:00
|
|
|
defaults:
|
2013-12-12 16:14:47 +00:00
|
|
|
_entity_form: 'contact_category.add'
|
2013-11-06 21:07:51 +00:00
|
|
|
_title: 'Add category'
|
2013-05-26 20:00:21 +00:00
|
|
|
requirements:
|
|
|
|
_permission: 'administer contact forms'
|
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
contact.category_edit:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/structure/contact/manage/{contact_category}'
|
2013-05-26 20:00:21 +00:00
|
|
|
defaults:
|
2013-12-12 16:14:47 +00:00
|
|
|
_entity_form: 'contact_category.edit'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'Edit contact category'
|
2013-05-26 20:00:21 +00:00
|
|
|
requirements:
|
2013-12-12 16:14:47 +00:00
|
|
|
_entity_access: 'contact_category.update'
|
2013-09-18 18:30:30 +00:00
|
|
|
|
|
|
|
contact.site_page:
|
|
|
|
path: '/contact'
|
|
|
|
defaults:
|
|
|
|
_title: 'Contact'
|
|
|
|
_content: '\Drupal\contact\Controller\ContactController::contactSitePage'
|
|
|
|
contact_category: NULL
|
|
|
|
requirements:
|
|
|
|
_permission: 'access site-wide contact form'
|
|
|
|
|
|
|
|
contact.site_page_category:
|
|
|
|
path: '/contact/{contact_category}'
|
|
|
|
defaults:
|
|
|
|
_title: 'Contact category form'
|
|
|
|
_content: '\Drupal\contact\Controller\ContactController::contactSitePage'
|
|
|
|
requirements:
|
2013-12-12 16:14:47 +00:00
|
|
|
_entity_access: 'contact_category.view'
|
2013-09-18 18:30:30 +00:00
|
|
|
|
|
|
|
contact.personal_page:
|
|
|
|
path: '/user/{user}/contact'
|
|
|
|
defaults:
|
|
|
|
_title: 'Contact'
|
|
|
|
_content: '\Drupal\contact\Controller\ContactController::contactPersonalPage'
|
|
|
|
requirements:
|
|
|
|
_access_contact_personal_tab: 'TRUE'
|