Bug #31451
Fluid XSD Generator uses removed method
| Status: | Closed | Start date: | 2011-10-31 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Bastian Waidelich | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Has patch: | No | FLOW3 version affected: | Git master | |
| Votes: | 0 |
Description
When trying to generate an XSD to use with my Editor the following Exception gets thrown:
Fatal error: Call to undefined method TYPO3\FLOW3\Object\ObjectManager::getRegisteredObjects() in TYPO3\Fluid\Service\AbstractGenerator.php:70
This method has either been removed or renamed, but unfortunately couldn't find out where it went.
(This could also be seen as task to update the Fluid controllers to the new Syntax, e.g. use @FLOW3\Inject instead of injectFoo methods)
Related issues
| related to TYPO3.Fluid - Feature #13643: Create Command for XSD Schema generation | Resolved | 2011-03-05 |
History
Updated by Bastian Waidelich about 1 year ago
- Status changed from New to Closed
- Assignee set to Bastian Waidelich
Thanks for reporting, I'll take care of this with #13643