Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3565d96

Browse filesBrowse files
committed
added getter to transformer chain
1 parent c0e4c4a commit 3565d96
Copy full SHA for 3565d96

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed

‎src/Symfony/Component/Form/Extension/Core/DataTransformer/DataTransformerChain.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/DataTransformer/DataTransformerChain.php
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,12 @@ public function reverseTransform($value)
8383

8484
return $value;
8585
}
86+
87+
/**
88+
* @return DataTransformerInterface[]
89+
*/
90+
public function getTransformers()
91+
{
92+
return $this->transformers;
93+
}
8694
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.