Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / field_ui / src / FieldConfigListBuilder.php
index cb720c32a9740955297a1f97bedcac6b87ea5bcf..b32b21db873b933f7a9dccd60b9b5e0b7c73825b 100644 (file)
@@ -162,7 +162,7 @@ class FieldConfigListBuilder extends ConfigEntityListBuilder {
         'weight' => 10,
         'url' => $entity->urlInfo("{$entity->getTargetEntityTypeId()}-field-edit-form"),
         'attributes' => [
-          'title' => $this->t('Edit field settings.')
+          'title' => $this->t('Edit field settings.'),
         ],
       ];
     }
@@ -172,7 +172,7 @@ class FieldConfigListBuilder extends ConfigEntityListBuilder {
         'weight' => 100,
         'url' => $entity->urlInfo("{$entity->getTargetEntityTypeId()}-field-delete-form"),
         'attributes' => [
-          'title' => $this->t('Delete field.')
+          'title' => $this->t('Delete field.'),
         ],
       ];
     }