X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FEntity%2FEntityFormDisplay.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FEntity%2FEntityFormDisplay.php;h=183e428ba344a92747b759c6433cc2bf5cb2a39d;hp=6c31df58b59787ce65b0072bd6205df29b3454e6;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php b/web/core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php index 6c31df58b..183e428ba 100644 --- a/web/core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php +++ b/web/core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php @@ -144,7 +144,7 @@ class EntityFormDisplay extends EntityDisplayBase implements EntityFormDisplayIn 'form_mode' => $this->originalMode, // No need to prepare, defaults have been merged in setComponent(). 'prepare' => FALSE, - 'configuration' => $configuration + 'configuration' => $configuration, ]); } else { @@ -330,7 +330,7 @@ class EntityFormDisplay extends EntityDisplayBase implements EntityFormDisplayIn } return [ - 'widgets' => new EntityDisplayPluginCollection($this->pluginManager, $configurations) + 'widgets' => new EntityDisplayPluginCollection($this->pluginManager, $configurations), ]; }