Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Sort use alphabetically. (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
edyuenyw authored Jun 22, 2023
1 parent 06e15be commit 390fcb3
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
use Drupal\Core\Session\AccountInterface;
use Drupal\node\NodeInterface;
use Drupal\tide_site\TideSiteHelper;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\tide_site_preview\TideSitePreviewHelper;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
* Class preview links block.
Expand Down
2 changes: 1 addition & 1 deletion modules/tide_site_preview/src/TideSitePreviewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Drupal\tide_site_preview;

use Drupal\Core\Url;
use Drupal\node\NodeInterface;
use Drupal\taxonomy\TermInterface;
use Drupal\tide_site\TideSiteHelper;
use Drupal\Core\Url;

/**
* Helper class for Tide Site Preview.
Expand Down
2 changes: 1 addition & 1 deletion modules/tide_site_preview/tide_site_preview.install
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Tide Site install file.
*/

use Drupal\user\Entity\Role;
use Drupal\block\Entity\Block;
use Drupal\user\Entity\Role;

/**
* Implements hook_install().
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Tide Site install file.
*/

use Drupal\simple_sitemap\Entity\SimpleSitemapType;
use Drupal\simple_sitemap\Entity\SimpleSitemap;
use Drupal\simple_sitemap\Entity\SimpleSitemapType;

/**
* Implements hook_install().
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Tide Site Simple Sitemap functions.
*/

use Drupal\simple_sitemap\Entity\SimpleSitemapInterface;
use Drupal\simple_sitemap\Entity\SimpleSitemap;
use Drupal\simple_sitemap\Entity\SimpleSitemapInterface;

/**
* Implements hook_ENTITY_TYPE_delete().
Expand Down
4 changes: 2 additions & 2 deletions tide_site.install
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

use Drupal\Core\Config\FileStorage;
use Drupal\Core\Entity\Display\EntityFormDisplayInterface;
use Drupal\field\Entity\FieldStorageConfig;
use Drupal\Core\Site\Settings;
use Drupal\field\Entity\FieldConfig;
use Drupal\field\Entity\FieldStorageConfig;
use Drupal\taxonomy\TaxonomyPermissions;
use Drupal\Core\Site\Settings;

/**
* Implements hook_install().
Expand Down
8 changes: 4 additions & 4 deletions tide_site.module
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ use Drupal\Core\Routing\RouteMatchInterface;
use Drupal\Core\Url;
use Drupal\field\Entity\FieldConfig;
use Drupal\node\Entity\Node;
use Drupal\node\NodeInterface;
use Drupal\path_alias\Entity\PathAlias;
use Drupal\path_alias\PathAliasInterface;
use Drupal\search_api\IndexInterface;
use Drupal\taxonomy\Entity\Term;
use Drupal\tide_site\TideSiteFields;
use Drupal\tide_site\TideSiteMenuAutocreate;
use Drupal\views\ViewExecutable;
use Drupal\path_alias\Entity\PathAlias;
use Drupal\path_alias\PathAliasInterface;
use Drupal\tide_site\TideSitePathAliasListBuilder;
use Drupal\node\NodeInterface;
use Drupal\views\ViewExecutable;

/**
* Implements hook_entity_bundle_create().
Expand Down

0 comments on commit 390fcb3

Please sign in to comment.