Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / metatag / src / Form / MetatagDefaultsDeleteForm.php
index 73589a02bb080bac5c76ac6d59e4a103b2faf338..1bc150d52c94b9902d9ec2f8688bbcd7cc1dd675 100644 (file)
@@ -10,6 +10,7 @@ use Drupal\Core\Url;
  * Builds the form to delete Metatag defaults entities.
  */
 class MetatagDefaultsDeleteForm extends EntityConfirmFormBase {
+
   /**
    * {@inheritdoc}
    */
@@ -40,9 +41,9 @@ class MetatagDefaultsDeleteForm extends EntityConfirmFormBase {
     drupal_set_message(
       $this->t('Deleted @label defaults.',
         [
-          '@label' => $this->entity->label()
+          '@label' => $this->entity->label(),
         ]
-        )
+      )
     );
 
     $form_state->setRedirectUrl($this->getCancelUrl());