Mercurial > hg > isophonics-drupal-site
comparison core/modules/help/src/Controller/HelpController.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 |
---|---|
105 * | 105 * |
106 * @param string $name | 106 * @param string $name |
107 * A module name to display a help page for. | 107 * A module name to display a help page for. |
108 * | 108 * |
109 * @return array | 109 * @return array |
110 * A render array as expected by drupal_render(). | 110 * A render array as expected by |
111 * \Drupal\Core\Render\RendererInterface::render(). | |
111 * | 112 * |
112 * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException | 113 * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException |
113 */ | 114 */ |
114 public function helpPage($name) { | 115 public function helpPage($name) { |
115 $build = []; | 116 $build = []; |