Mercurial > hg > isophonics-drupal-site
comparison core/modules/contact/src/Controller/ContactController.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
45 * | 45 * |
46 * @param \Drupal\contact\ContactFormInterface $contact_form | 46 * @param \Drupal\contact\ContactFormInterface $contact_form |
47 * The contact form to use. | 47 * The contact form to use. |
48 * | 48 * |
49 * @return array | 49 * @return array |
50 * The form as render array as expected by drupal_render(). | 50 * The form as render array as expected by |
51 * \Drupal\Core\Render\RendererInterface::render(). | |
51 * | 52 * |
52 * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException | 53 * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException |
53 * Exception is thrown when user tries to access non existing default | 54 * Exception is thrown when user tries to access non existing default |
54 * contact form. | 55 * contact form. |
55 */ | 56 */ |
93 * | 94 * |
94 * @param \Drupal\user\UserInterface $user | 95 * @param \Drupal\user\UserInterface $user |
95 * The account for which a personal contact form should be generated. | 96 * The account for which a personal contact form should be generated. |
96 * | 97 * |
97 * @return array | 98 * @return array |
98 * The personal contact form as render array as expected by drupal_render(). | 99 * The personal contact form as render array as expected by |
100 * \Drupal\Core\Render\RendererInterface::render(). | |
99 * | 101 * |
100 * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException | 102 * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException |
101 * Exception is thrown when user tries to access a contact form for a | 103 * Exception is thrown when user tries to access a contact form for a |
102 * user who does not have an email address configured. | 104 * user who does not have an email address configured. |
103 */ | 105 */ |