Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Entity / Controller / EntityViewController.php
index 983eec85fea69e4644bd3992687feb654d49a68b..7922ef40f166da12e0f97a5d2875fe2b962e12ce 100644 (file)
@@ -88,7 +88,8 @@ class EntityViewController implements ContainerInjectionInterface {
    *   Defaults to 'full'.
    *
    * @return array
-   *   A render array as expected by drupal_render().
+   *   A render array as expected by
+   *   \Drupal\Core\Render\RendererInterface::render().
    */
   public function view(EntityInterface $_entity, $view_mode = 'full') {
     $page = $this->entityManager