Mercurial > hg > isophonics-drupal-site
comparison core/modules/media/src/Entity/Media.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children | 1fec387a4317 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
402 ->setDisplayOptions('form', [ | 402 ->setDisplayOptions('form', [ |
403 'type' => 'string_textfield', | 403 'type' => 'string_textfield', |
404 'weight' => -5, | 404 'weight' => -5, |
405 ]) | 405 ]) |
406 ->setDisplayConfigurable('form', TRUE) | 406 ->setDisplayConfigurable('form', TRUE) |
407 ->setDisplayConfigurable('view', TRUE) | |
407 ->setDisplayOptions('view', [ | 408 ->setDisplayOptions('view', [ |
408 'label' => 'hidden', | 409 'label' => 'hidden', |
409 'type' => 'string', | 410 'type' => 'string', |
410 'weight' => -5, | 411 'weight' => -5, |
411 ]); | 412 ]); |