File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33namespace Drupal \commerce_log ;
44
55use Drupal \Core \Entity \ContentEntityInterface ;
6- use Drupal \Core \Entity \Sql \ SqlEntityStorageInterface ;
6+ use Drupal \Core \Entity \ContentEntityStorageInterface ;
77
8- interface LogStorageInterface extends SqlEntityStorageInterface {
8+ interface LogStorageInterface extends ContentEntityStorageInterface {
99
1010 /**
1111 * Generates a log.
Original file line number Diff line number Diff line change 33namespace Drupal \commerce_store ;
44
55use Drupal \commerce_store \Entity \StoreInterface ;
6+ use Drupal \Core \Entity \ContentEntityStorageInterface ;
67
78/**
89 * Defines the interface for store storage.
910 */
10- interface StoreStorageInterface {
11+ interface StoreStorageInterface extends ContentEntityStorageInterface {
1112
1213 /**
1314 * Loads the default store.
You can’t perform that action at this time.
0 commit comments