Actions
Task #83396
closedsysExt:form FinisherVariableProvider access objects
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2017-12-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The structure of the FinisherVariableProvider is very rigid and do not allow to iterate through all iterator variables. Since this class is used for the communication between finishers, there might be a use case when you need to iterate through all finisher variables, without knowing their ids.
The solution is to add a getter:
getObjects() {
return $this->objects;
}
Important keyword: API First
Also, I see no reason why this class should be final. Heck, not a single class in the sysext is final...
Actions