Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

The "crontab" area (still) missing from "Modules and Areas" page #1791

@korostii

Description

@korostii

Feedback on page: /guides/v2.0/architecture/archi_perspectives/components/modules/mod_and_areas.html

I believe there was a question about this already, and I'm surprised that the resolution was not to add the missing area to the list.

As of 2.3-develop , the "crontab" area still seems to be used by the Magento Open Source:
https://github.com/magento/magento2/blob/2.3-develop/lib/internal/Magento/Framework/App/Cron.php#L78

Further on, \Magento\Framework\App\Area contains two additional area names as constants: AREA_GLOBAL and AREA_DOC (note: AREA_DOC doesn't seem to be used anywhere throughout the code, whereas the "base" area is being used despite not having a matching constant at Area)
https://github.com/magento/magento2/blob/9c14af7a97bcf338662de365d2613c7ca9dbf8c6/lib/internal/Magento/Framework/App/Area.php#L18-L24

For something as essential as the areas (which in Magento are entities with scope that is larger than of a website, for example), one would expect a more thorough and up-to-date documentation.
Could you please re-investigate this topic and update the page correspondingly? Thanks in advance.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions