Skip to content
Snippets Groups Projects
Commit 97f9db9a authored by git's avatar git Committed by Yas Naoi
Browse files

Issue #3014131 by shidat, yas, Xiaohua Guan: Comply with Drupal code standard:...

Issue #3014131 by shidat, yas, Xiaohua Guan: Comply with Drupal code standard: WARNING - Unused use statement
parent aca910d6
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 21 deletions
......@@ -7,7 +7,6 @@
*/
use Drupal\Core\Routing\RouteMatchInterface;
use Drupal\views\ViewExecutable;
use Drupal\Core\Access\AccessResult;
/**
* Implements hook_help().
......
......@@ -5,7 +5,6 @@ namespace Drupal\cloud_server_template\Plugin\Derivative;
use Drupal\cloud\Plugin\CloudConfigPluginManagerInterface;
use Drupal\Core\Entity\EntityTypeBundleInfoInterface;
use Drupal\Component\Plugin\Derivative\DeriverBase;
use Drupal\Core\Entity\EntityStorageInterface;
use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
......
......@@ -6,7 +6,6 @@ use Drupal\cloud_server_template\Plugin\CloudServerTemplatePluginManagerInterfac
use Drupal\Core\Menu\LocalActionDefault;
use Drupal\Core\Routing\RouteMatchInterface;
use Drupal\Core\Routing\RouteProviderInterface;
use Symfony\Component\DependencyInjection\Contain;
use Symfony\Component\DependencyInjection\ContainerInterface;
class CloudServerTemplateLocalAction extends LocalActionDefault {
......@@ -55,4 +54,4 @@ class CloudServerTemplateLocalAction extends LocalActionDefault {
return $parameters;
}
}
\ No newline at end of file
}
......@@ -11,7 +11,6 @@
use Drupal\aws_cloud\Entity\Ec2\Instance;
use Drupal\Core\Database\Query\AlterableInterface;
use Drupal\Core\Datetime\DrupalDateTime;
use Drupal\Core\Entity;
use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Routing\RouteMatchInterface;
......
......@@ -19,7 +19,6 @@
namespace Drupal\aws_cloud\Aws\Ec2;
use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\Core\Entity\EntityTypeInterface;
use Drupal\user\EntityOwnerInterface;
/**
......
......@@ -16,7 +16,6 @@
namespace Drupal\aws_cloud\Aws\Ec2;
use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\Core\Entity\EntityTypeInterface;
use Drupal\user\EntityOwnerInterface;
/**
......
......@@ -18,7 +18,6 @@
namespace Drupal\aws_cloud\Aws\Ec2;
use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\Core\Entity\EntityTypeInterface;
use Drupal\user\EntityOwnerInterface;
/**
......
......@@ -17,7 +17,6 @@
namespace Drupal\aws_cloud\Aws\Ec2;
use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\Core\Entity\EntityTypeInterface;
use Drupal\user\EntityOwnerInterface;
/**
......
......@@ -19,7 +19,6 @@
namespace Drupal\aws_cloud\Aws\Ec2;
use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\Core\Entity\EntityTypeInterface;
use Drupal\user\EntityOwnerInterface;
/**
......
......@@ -9,9 +9,6 @@
// created by yas 2016/05/20.
namespace Drupal\aws_cloud\Entity\Ec2;
use Drupal\views\EntityViewsData;
use Drupal\views\EntityViewsDataInterface;
/**
* Provides the views data for the CloudScripting entity type.
*/
......
......@@ -11,8 +11,6 @@ namespace Drupal\aws_cloud\Form\Config;
use Drupal\Component\Utility\Html;
use Drupal\Core\Form\ConfigFormBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Link;
use Drupal\Core\Url;
/**
* Class AWS Cloud Admin Settings.
......
......@@ -16,7 +16,6 @@
namespace Drupal\aws_cloud\Form\Ec2;
use Drupal\aws_cloud\Entity\Config\Config;
use Drupal\aws_cloud\Form\Ec2\Instance;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Language\Language;
......
......@@ -10,7 +10,6 @@
// Created by yas 2016/05/19.
namespace Drupal\aws_cloud\Form\Ec2;
use Drupal\aws_cloud\Entity\Config\Config;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Language\Language;
......
......@@ -9,7 +9,6 @@
// Created by yas 2016/05/19.
namespace Drupal\aws_cloud\Form\Ec2;
use Drupal\aws_cloud\Entity\Config\Config;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Language\Language;
......
......@@ -6,7 +6,6 @@
namespace Drupal\cloud\Controller;
use Drupal\Component\Serialization\Json;
use Drupal\cloud_server_template\Controller;
/**
* Class CloudController.
......
......@@ -8,7 +8,6 @@ use Drupal\Core\Extension\ModuleHandlerInterface;
use Drupal\Core\Plugin\DefaultPluginManager;
use Drupal\Core\Plugin\Discovery\ContainerDerivativeDiscoveryDecorator;
use Drupal\Core\Plugin\Discovery\YamlDiscovery;
use Drupal\cloud\CloudConfigPluginInterface;
/**
* Provides the default cloud_config_plugin manager.
......
......@@ -4,7 +4,6 @@ namespace Drupal\cloud\Routing;
use Drupal\Core\Entity\EntityTypeInterface;
use Drupal\Core\Entity\Routing\AdminHtmlRouteProvider;
use Symfony\Component\Routing\Route;
/**
* Provides routes for Cloud config type entities.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment