Api Resource Path
By default t3api will search for API Resource classes in
Classes/
of currently loaded extensions. This behaviour
is defined in Loaded
and registered in ext_
like this:
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['t3api']['apiResourcePathProviders'] = [
\SourceBroker\T3api\Provider\ApiResourcePath\LoadedExtensionsDomainModelApiResourcePathProvider::class,
];
Copied!
The same way you can add your own providers for additional patches.