Skip to content

Commit b3dac21

Browse files
authored
Merge pull request #425 from mglaman/gh423
Add EntityInterface stub
2 parents 91491a0 + 6ddf255 commit b3dac21

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace Drupal\Core\Entity;
4+
5+
interface EntityInterface {
6+
7+
}

0 commit comments

Comments
 (0)