Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / EntityViewTrait.php
index d8c9d924ee18114799dc38cdda6bb38d66288d2b..bd75541d20de427b5306786c540fb9f8f42b01b1 100644 (file)
@@ -32,7 +32,7 @@ trait EntityViewTrait {
    *   (optional) Whether to clear the cache for this entity.
    * @return array
    *
-   * @see drupal_render()
+   * @see \Drupal\Core\Render\RendererInterface::render()
    */
   protected function buildEntityView(EntityInterface $entity, $view_mode = 'full', $langcode = NULL, $reset = FALSE) {
     $ensure_fully_built = function (&$elements) use (&$ensure_fully_built) {