Skip to content

Commit 23a9bf9

Browse files
committed
feat: add HasLinkables interface for plugins
1 parent 4141789 commit 23a9bf9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Eclipse\Common\Foundation\Plugins;
4+
5+
interface HasLinkables
6+
{
7+
public function getLinkables(): array;
8+
}

0 commit comments

Comments
 (0)