forked from moonshine-software/moonshine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.meta-storm.xml
49 lines (45 loc) · 1.54 KB
/
.meta-storm.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8" ?>
<meta-storm xmlns="meta-storm">
<definitions>
<classMethod
class="\MoonShine\Contracts\UI\HasIconContract"
method="icon"
argument="0"
>
<files extension="blade.php" xpath="$project/vendor/moonshine/moonshine/src/UI/resources/views/icons"/>
<stopCompletion />
</classMethod>
<classMethod
class="\MoonShine\UI\Components\ActionButton"
method="method"
argument="0"
>
<methods xpath="$containingClass" private="false" protected="false" static="false" />
<stopCompletion />
</classMethod>
<classMethod
class="\MoonShine\Contracts\UI\FormBuilderContract"
method="asyncMethod"
argument="0"
>
<methods xpath="$containingClass" private="false" protected="false" static="false" />
<stopCompletion />
</classMethod>
<classMethod
class="\MoonShine\Laravel\Fields\Relationships\ModelRelationField"
method="make"
argument="1"
>
<methods xpath="$containingClass.$model" />
<stopCompletion />
</classMethod>
<classMethod
class="\MoonShine\Contracts\UI\FieldContract"
method="make"
argument="1"
>
<arrayValues xpath="$containingClass.$model.$fillable" />
<stopCompletion />
</classMethod>
</definitions>
</meta-storm>