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

Sort use alphabetically. #134

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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