Skip to content
Snippets Groups Projects
Commit 6c74d774 authored by Yas Naoi's avatar Yas Naoi Committed by Yas Naoi
Browse files

Issue #3066610 by yas, Xiaohua Guan: Refactor the namespace in Drupal\aws_cloud\Plugin\Action

parent a38a272b
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 13 deletions
<?php <?php
namespace Drupal\aws_cloud\Plugin\Action; namespace Drupal\aws_cloud\Plugin\Action\Ec2;
use Drupal\Core\Action\Plugin\Action\DeleteAction; use Drupal\Core\Action\Plugin\Action\DeleteAction;
......
<?php <?php
namespace Drupal\aws_cloud\Plugin\Action; namespace Drupal\aws_cloud\Plugin\Action\Ec2;
use Drupal\Core\Action\Plugin\Action\DeleteAction; use Drupal\Core\Action\Plugin\Action\DeleteAction;
......
<?php <?php
namespace Drupal\aws_cloud\Plugin\Action; namespace Drupal\aws_cloud\Plugin\Action\Ec2;
use Drupal\Core\Action\Plugin\Action\DeleteAction; use Drupal\Core\Action\Plugin\Action\DeleteAction;
......
<?php <?php
namespace Drupal\aws_cloud\Plugin\Action; namespace Drupal\aws_cloud\Plugin\Action\Ec2;
use Drupal\Core\Action\Plugin\Action\DeleteAction; use Drupal\Core\Action\Plugin\Action\DeleteAction;
......
<?php <?php
namespace Drupal\aws_cloud\Plugin\Action; namespace Drupal\aws_cloud\Plugin\Action\Ec2;
use Drupal\Core\Action\Plugin\Action\DeleteAction; use Drupal\Core\Action\Plugin\Action\DeleteAction;
......
<?php <?php
namespace Drupal\aws_cloud\Plugin\Action; namespace Drupal\aws_cloud\Plugin\Action\Ec2;
use Drupal\Core\Action\Plugin\Action\DeleteAction; use Drupal\Core\Action\Plugin\Action\DeleteAction;
......
<?php <?php
namespace Drupal\aws_cloud\Plugin\Action; namespace Drupal\aws_cloud\Plugin\Action\Ec2;
use Drupal\Core\Action\Plugin\Action\DeleteAction; use Drupal\Core\Action\Plugin\Action\DeleteAction;
......
<?php <?php
namespace Drupal\aws_cloud\Plugin\Action; namespace Drupal\aws_cloud\Plugin\Action\Ec2;
use Drupal\Core\Action\Plugin\Action\DeleteAction; use Drupal\Core\Action\Plugin\Action\DeleteAction;
......
<?php <?php
namespace Drupal\aws_cloud\Plugin\Action; namespace Drupal\aws_cloud\Plugin\Action\Ec2;
use Drupal\aws_cloud\Plugin\Action\OperateAction;
/** /**
* Disassociate selected Elastic IP(s). * Disassociate selected Elastic IP(s).
......
<?php <?php
namespace Drupal\aws_cloud\Plugin\Action; namespace Drupal\aws_cloud\Plugin\Action\Ec2;
use Drupal\aws_cloud\Plugin\Action\OperateAction;
/** /**
* Reboot selected Instance(s). * Reboot selected Instance(s).
......
<?php <?php
namespace Drupal\aws_cloud\Plugin\Action; namespace Drupal\aws_cloud\Plugin\Action\Ec2;
use Drupal\aws_cloud\Plugin\Action\OperateAction;
/** /**
* Start selected Instance(s). * Start selected Instance(s).
......
<?php <?php
namespace Drupal\aws_cloud\Plugin\Action; namespace Drupal\aws_cloud\Plugin\Action\Ec2;
use Drupal\aws_cloud\Plugin\Action\OperateAction;
/** /**
* Stop selected Instance(s). * Stop selected Instance(s).
......
<?php <?php
namespace Drupal\aws_cloud\Plugin\Action; namespace Drupal\aws_cloud\Plugin\Action\Vpc;
use Drupal\Core\Action\Plugin\Action\DeleteAction; use Drupal\Core\Action\Plugin\Action\DeleteAction;
......
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