Mercurial > hg > isophonics-drupal-site
diff 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 |
line wrap: on
line diff
--- a/core/modules/contact/src/Controller/ContactController.php Thu Apr 26 11:26:54 2018 +0100 +++ b/core/modules/contact/src/Controller/ContactController.php Tue Jul 10 15:07:59 2018 +0100 @@ -47,7 +47,8 @@ * The contact form to use. * * @return array - * The form as render array as expected by drupal_render(). + * The form as render array as expected by + * \Drupal\Core\Render\RendererInterface::render(). * * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException * Exception is thrown when user tries to access non existing default @@ -95,7 +96,8 @@ * The account for which a personal contact form should be generated. * * @return array - * The personal contact form as render array as expected by drupal_render(). + * The personal contact form as render array as expected by + * \Drupal\Core\Render\RendererInterface::render(). * * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException * Exception is thrown when user tries to access a contact form for a