Mercurial > hg > isophonics-drupal-site
comparison core/modules/node/src/NodeViewBuilder.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
44 $build[$id]['langcode'] = [ | 44 $build[$id]['langcode'] = [ |
45 '#type' => 'item', | 45 '#type' => 'item', |
46 '#title' => t('Language'), | 46 '#title' => t('Language'), |
47 '#markup' => $entity->language()->getName(), | 47 '#markup' => $entity->language()->getName(), |
48 '#prefix' => '<div id="field-language-display">', | 48 '#prefix' => '<div id="field-language-display">', |
49 '#suffix' => '</div>' | 49 '#suffix' => '</div>', |
50 ]; | 50 ]; |
51 } | 51 } |
52 } | 52 } |
53 } | 53 } |
54 | 54 |