Skip to content

Commit

Permalink
Add MetaStorm (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz authored Jan 13, 2025
1 parent 340b994 commit f0147e8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/Field/.meta-storm.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" ?>
<meta-storm xmlns="meta-storm">
<definitions>
<classMethod class="\Yiisoft\Form\Field\Base\BaseField" method="containerTag" argument="0">
<collection name="GLOBAL:html-tags"/>
</classMethod>
<classMethod class="\Yiisoft\Form\Field\Part\Hint" method="tag" argument="0">
<collection name="GLOBAL:html-tags"/>
</classMethod>
<classMethod class="\Yiisoft\Form\Field\Part\Error" method="tag" argument="0">
<collection name="GLOBAL:html-tags"/>
</classMethod>
<returnValue class="\Yiisoft\Form\Field\Base\ButtonField" method="getType">
<collection name="GLOBAL:html-tags"/>
</returnValue>
</definitions>
</meta-storm>

0 comments on commit f0147e8

Please sign in to comment.