...
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Example #1 - entity validation
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<hooks>
<validatesWith class="com.sample.SampleHook" method="entityHookName" />
</hooks> |
Hook method signature for example #1
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<string name="someField">
<validatesWith class="com.sample.SampleHook" method="fieldHookName" />
</string> |
Hook method signature for example #2
...