Skip to content

Commit

Permalink
Added use and clean up log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Mar 6, 2024
1 parent 2f59fa3 commit d0641db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Seed.php
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ public static function unpublishView(EntityInterface $entity) {
// Handle the pager path.
$pager_url = "{$prefix}/{$path}?page={$i}";

Utility::unpublishUrl($pager_url, "Unpublished views pager page [$i]");
Utility::unpublishUrl($pager_url, 'Unpublished views pager page');
}
}
}
Expand Down
1 change: 1 addition & 0 deletions src/Utility.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Drupal\Core\Language\LanguageInterface;
use Drupal\Core\Url;
use Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl;
use Drupal\quant\Event\QuantEvent;

/**
* Quant utility class for helper functions.
Expand Down

0 comments on commit d0641db

Please sign in to comment.