Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
0e5f711e
Commit
0e5f711e
authored
Sep 12, 2012
by
tim.plunkett
Browse files
Update references to EntityInterface since it moved.
parent
9f3b6858
Changes
6
Hide whitespace changes
Inline
Side-by-side
lib/Drupal/views/ViewListController.php
View file @
0e5f711e
...
...
@@ -8,7 +8,7 @@
namespace
Drupal\views
;
use
Drupal\views_ui_listing
\
EntityListControllerBase
;
use
Drupal\
e
ntity\EntityInterface
;
use
Drupal\
Core\E
ntity\EntityInterface
;
/**
* Provides a listing of Views.
...
...
lib/Drupal/views/ViewStorage.php
View file @
0e5f711e
...
...
@@ -15,7 +15,7 @@
class
ViewStorage
extends
ConfigEntityBase
implements
ViewStorageInterface
{
/**
* Overrides Drupal\
e
ntity\EntityInterface::id().
* Overrides Drupal\
Core\E
ntity\EntityInterface::id().
*/
public
function
id
()
{
return
$this
->
name
;
...
...
lib/Drupal/views/ViewStorageController.php
View file @
0e5f711e
...
...
@@ -8,7 +8,7 @@
namespace
Drupal\views
;
use
Drupal\config\ConfigStorageController
;
use
Drupal\
e
ntity\EntityInterface
;
use
Drupal\
Core\E
ntity\EntityInterface
;
use
Drupal\Component\Uuid\Uuid
;
/**
...
...
@@ -148,7 +148,7 @@ public function create(array $values) {
/**
* Attaches an array of ViewDisplay objects to the view display property.
*
* @param Drupal\
e
ntity\EntityInterface $entity
* @param Drupal\
Core\E
ntity\EntityInterface $entity
*/
protected
function
attachDisplays
(
EntityInterface
$entity
)
{
if
(
isset
(
$entity
->
display
)
&&
is_array
(
$entity
->
display
))
{
...
...
views_ui_listing/lib/Drupal/views_ui_listing/EntityListControllerBase.php
View file @
0e5f711e
...
...
@@ -6,7 +6,7 @@
namespace
Drupal\views_ui_listing
;
use
Drupal\
e
ntity\EntityInterface
;
use
Drupal\
Core\E
ntity\EntityInterface
;
use
Symfony\Component\HttpFoundation\JsonResponse
;
/**
...
...
views_ui_listing/lib/Drupal/views_ui_listing/EntityListControllerInterface.php
View file @
0e5f711e
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\views_ui_listing
;
use
Drupal\
e
ntity\EntityInterface
;
use
Drupal\
Core\E
ntity\EntityInterface
;
/**
* Defines an interface for Configuration entity listing plugins.
...
...
views_ui_listing/tests/views_ui_listing_test/lib/Drupal/views_ui_listing_test/ConfigTestListController.php
View file @
0e5f711e
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\views_ui_listing_test
;
use
Drupal\views_ui_listing
\
EntityListControllerBase
;
use
Drupal\
e
ntity\EntityInterface
;
use
Drupal\
Core\E
ntity\EntityInterface
;
/**
* Views config entity listing controller.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment