We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c982d3d commit e0d46a3Copy full SHA for e0d46a3
src/TwigComponent/src/Event/PreCreateForRenderEvent.php
@@ -33,14 +33,6 @@ public function getName(): string
33
return $this->name;
34
}
35
36
- /**
37
- * @deprecated since Symfony UX 2.8, use getInputProps() instead.
38
- */
39
- public function getProps(): array
40
- {
41
- return $this->inputProps;
42
- }
43
-
44
/**
45
* @return array the array of "input" data passed to originally create this component
46
*/
0 commit comments