7 lines
66 B
Plaintext
7 lines
66 B
Plaintext
<?php
|
|
|
|
namespace Drupal\user;
|
|
|
|
interface EntityOwnerInterface {
|
|
}
|