Actions
Bug #88598
closedSubModule must implement ContentProviderInterface otherwise exception will be thrown
Start date:
2019-06-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
CodingNight
Complexity:
easy
Is Regression:
Sprint Focus:
Description
All SubModules must implement the TYPO3\CMS\Adminpanel\ModuleApi\ContentProviderInterface or an InvalidArgumentException is thrown. Therefore AbstractSubModule should implement this Interface by default.
Actions