1HTML::FormFu::TransformUesre:r:CCaolnltbraicbku(t3e)d PeHrTlMLD:o:cFuomremnFtua:t:iTornansformer::Callback(3)
2
3
4

NAME

6       HTML::FormFu::Transformer::Callback - Callback transformer
7

VERSION

9       version 2.07
10

SYNOPSIS

12           $field->transformer('Callback')->callback( \&my_transformer );
13
14           ---
15           elements:
16             - type: Text
17               name: foo
18               transformers:
19                 - type: Callback
20                   callback: "main::my_transformer"
21

DESCRIPTION

23       The first argument passed to the callback is the submitted value for
24       the associated field. The second argument passed to the callback is a
25       hashref of name/value pairs for all input fields.
26

METHODS

28   callback
29       Arguments: \&code-reference
30
31       Arguments: "subroutine-name"
32

SEE ALSO

34       Is a sub-class of, and inherits methods from HTML::FormFu::Transformer
35
36       HTML::FormFu
37

AUTHOR

39       Carl Franks "cfranks@cpan.org"
40

LICENSE

42       This library is free software, you can redistribute it and/or modify it
43       under the same terms as Perl itself.
44

AUTHOR

46       Carl Franks <cpan@fireartist.com>
47
49       This software is copyright (c) 2018 by Carl Franks.
50
51       This is free software; you can redistribute it and/or modify it under
52       the same terms as the Perl 5 programming language system itself.
53
54
55
56perl v5.30.1                      2020-01H-T3M0L::FormFu::Transformer::Callback(3)
Impressum