Issue #2273825 by rpayanm, dawehner: Fixed UserStorageInterface should extend EntityStorageInterface.

8.0.x
Nathaniel Catchpole 2014-10-09 12:02:25 +01:00
parent 7652f683f3
commit e3964f9a2c
1 changed files with 2 additions and 1 deletions

View File

@ -7,12 +7,13 @@
namespace Drupal\user;
use Drupal\Core\Entity\EntityStorageInterface;
use Drupal\Core\Session\AccountInterface;
/**
* Defines an interface for user entity storage classes.
*/
interface UserStorageInterface {
interface UserStorageInterface extends EntityStorageInterface{
/**
* Add any roles from the storage to the user.