2014-08-16 11:57:44 +00:00
|
|
|
entity.contact_form.delete_form:
|
|
|
|
path: '/admin/structure/contact/manage/{contact_form}/delete'
|
2013-04-06 21:26:02 +00:00
|
|
|
defaults:
|
2014-08-16 11:57:44 +00:00
|
|
|
_entity_form: 'contact_form.delete'
|
2013-09-17 14:49:45 +00:00
|
|
|
_title: 'Delete'
|
2013-04-06 21:26:02 +00:00
|
|
|
requirements:
|
2014-08-16 11:57:44 +00:00
|
|
|
_entity_access: 'contact_form.delete'
|
2013-05-26 20:00:21 +00:00
|
|
|
|
2015-01-19 09:37:11 +00:00
|
|
|
entity.contact_form.collection:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/structure/contact'
|
2013-05-26 20:00:21 +00:00
|
|
|
defaults:
|
2014-08-16 11:57:44 +00:00
|
|
|
_entity_list: 'contact_form'
|
|
|
|
_title: 'Contact forms'
|
2013-05-26 20:00:21 +00:00
|
|
|
requirements:
|
|
|
|
_permission: 'administer contact forms'
|
|
|
|
|
2014-08-16 11:57:44 +00:00
|
|
|
contact.form_add:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/structure/contact/add'
|
2013-05-26 20:00:21 +00:00
|
|
|
defaults:
|
2014-08-16 11:57:44 +00:00
|
|
|
_entity_form: 'contact_form.add'
|
|
|
|
_title: 'Add contact form'
|
2013-05-26 20:00:21 +00:00
|
|
|
requirements:
|
|
|
|
_permission: 'administer contact forms'
|
|
|
|
|
2014-08-16 11:57:44 +00:00
|
|
|
entity.contact_form.edit_form:
|
|
|
|
path: '/admin/structure/contact/manage/{contact_form}'
|
2013-05-26 20:00:21 +00:00
|
|
|
defaults:
|
2014-08-16 11:57:44 +00:00
|
|
|
_entity_form: 'contact_form.edit'
|
|
|
|
_title: 'Edit contact form'
|
2013-05-26 20:00:21 +00:00
|
|
|
requirements:
|
2014-08-16 11:57:44 +00:00
|
|
|
_entity_access: 'contact_form.update'
|
2013-09-18 18:30:30 +00:00
|
|
|
|
|
|
|
contact.site_page:
|
|
|
|
path: '/contact'
|
|
|
|
defaults:
|
|
|
|
_title: 'Contact'
|
2014-11-20 09:47:06 +00:00
|
|
|
_controller: '\Drupal\contact\Controller\ContactController::contactSitePage'
|
2014-08-16 11:57:44 +00:00
|
|
|
contact_form: NULL
|
2013-09-18 18:30:30 +00:00
|
|
|
requirements:
|
|
|
|
_permission: 'access site-wide contact form'
|
|
|
|
|
2014-08-16 11:57:44 +00:00
|
|
|
contact.site_page_form:
|
|
|
|
path: '/contact/{contact_form}'
|
2013-09-18 18:30:30 +00:00
|
|
|
defaults:
|
2014-08-16 11:57:44 +00:00
|
|
|
_title: 'Contact'
|
2014-11-20 09:47:06 +00:00
|
|
|
_controller: '\Drupal\contact\Controller\ContactController::contactSitePage'
|
2013-09-18 18:30:30 +00:00
|
|
|
requirements:
|
2014-08-16 11:57:44 +00:00
|
|
|
_entity_access: 'contact_form.view'
|
2013-09-18 18:30:30 +00:00
|
|
|
|
2014-09-05 16:35:07 +00:00
|
|
|
entity.user.contact_form:
|
2013-09-18 18:30:30 +00:00
|
|
|
path: '/user/{user}/contact'
|
|
|
|
defaults:
|
|
|
|
_title: 'Contact'
|
2014-11-20 09:47:06 +00:00
|
|
|
_controller: '\Drupal\contact\Controller\ContactController::contactPersonalPage'
|
2013-09-18 18:30:30 +00:00
|
|
|
requirements:
|
|
|
|
_access_contact_personal_tab: 'TRUE'
|