Skip to content

Commit

Permalink
Merge pull request #425 from mglaman/gh423
Browse files Browse the repository at this point in the history
Add EntityInterface stub
  • Loading branch information
mglaman authored Jun 4, 2022
2 parents 91491a0 + 6ddf255 commit b3dac21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stubs/Drupal/Core/Entity/EntityInterface.stub
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace Drupal\Core\Entity;

interface EntityInterface {

}

0 comments on commit b3dac21

Please sign in to comment.