TYPO3CMS-Reference-CoreApi icon indicating copy to clipboard operation
TYPO3CMS-Reference-CoreApi copied to clipboard

Similar or Duplicate pages for ModuleData

Open sypets opened this issue 2 years ago • 0 comments

Current behavior

The following pages are similar or almost the same:

  • https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/HowTo/BackendModule/ModuleDataObject.html (in Extension Architecture / How section)
  • https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/RequestLifeCycle/RequestAttributes/ModuleData.html in request life cycle

Expected behavior/output

Perhaps it is possible to reduce the content on the "request lifecycle" page and refer to the other page.

Also, on the request life cycle page, the part for how to access the module data is missing. Since it does not really refer to the other page, the information is incomplete.

$request->getAttribute('moduleData');

sypets avatar Jul 12 '23 13:07 sypets