Update to drupal-org-drupal 8.0.0-rc2. For more information, see https://www.drupal.org/node/2598668
This commit is contained in:
parent
f32e58e4b1
commit
8e18df8c36
3062 changed files with 15044 additions and 172506 deletions
|
|
@ -9,8 +9,6 @@ namespace Drupal\views_ui\Form\Ajax;
|
|||
|
||||
use Drupal\Core\Form\FormStateInterface;
|
||||
use Drupal\views\Views;
|
||||
use Drupal\views_ui\ViewUI;
|
||||
use Drupal\views\Analyzer;
|
||||
|
||||
/**
|
||||
* Displays analysis information for a view.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ namespace Drupal\views_ui\Form\Ajax;
|
|||
|
||||
use Drupal\Core\Form\FormStateInterface;
|
||||
use Drupal\views\Views;
|
||||
use Drupal\views_ui\ViewUI;
|
||||
|
||||
/**
|
||||
* Provides a form for editing the details of a View.
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ namespace Drupal\views_ui\Form\Ajax;
|
|||
use Drupal\Component\Utility\SafeMarkup;
|
||||
use Drupal\Core\Form\FormStateInterface;
|
||||
use Drupal\Core\Url;
|
||||
use Drupal\views_ui\ViewUI;
|
||||
|
||||
/**
|
||||
* Displays the display reorder form.
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ use Drupal\Core\Form\FormState;
|
|||
use Drupal\Core\Form\FormStateInterface;
|
||||
use Drupal\Core\Render\BubbleableMetadata;
|
||||
use Drupal\Core\Render\RenderContext;
|
||||
use Drupal\views_ui\ViewUI;
|
||||
use Drupal\views\ViewEntityInterface;
|
||||
use Drupal\views\Ajax;
|
||||
use Drupal\Core\Ajax\AjaxResponse;
|
||||
|
|
|
|||
2
core/modules/views_ui/src/ParamConverter/ViewUIConverter.php
Normal file → Executable file
2
core/modules/views_ui/src/ParamConverter/ViewUIConverter.php
Normal file → Executable file
|
|
@ -42,6 +42,8 @@ class ViewUIConverter extends EntityConverter implements ParamConverterInterface
|
|||
/**
|
||||
* Constructs a new ViewUIConverter.
|
||||
*
|
||||
* @param \Drupal\Core\Entity\EntityManagerInterface $entity_manager
|
||||
* The entity manager.
|
||||
* @param \Drupal\user\SharedTempStoreFactory $temp_store_factory
|
||||
* The factory for the temp store object.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -9,8 +9,6 @@ namespace Drupal\views_ui\Tests;
|
|||
|
||||
use Drupal\views\Views;
|
||||
use Drupal\views\Entity\View;
|
||||
use Drupal\views\Tests\ViewTestBase;
|
||||
use Drupal\views_test_data\Plugin\views\query\QueryTest as QueryTestPlugin;
|
||||
|
||||
/**
|
||||
* Tests query plugins.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ namespace Drupal\views_ui\Tests;
|
|||
|
||||
use Drupal\language\Entity\ConfigurableLanguage;
|
||||
use Drupal\views\Entity\View;
|
||||
use Drupal\views\Views;
|
||||
|
||||
/**
|
||||
* Tests some general functionality of editing views, like deleting a view.
|
||||
|
|
|
|||
Reference in a new issue