Remove the feeds module
This commit is contained in:
parent
acfd1cca8d
commit
0c98be96eb
851 changed files with 840 additions and 10348 deletions
|
@ -87,14 +87,5 @@
|
|||
"processed": "\n <p>\"Modular monolith\" has been a popular phrase in the PHP community recently with talks, podcast episodes and courses released on the topic.<\/p>\n\n<p>The idea is that instead of all the code being in one namespace, like App, it's split into different modules such as for payments or a blog - whatever is relevant and appropriate for that application.<\/p>\n\n<p>Each module contains its own classes and structure instead of everything being mixed together.<\/p>\n\n<p>If you want to change something about payments, you go to the payments module and you don't need to worry about anything else.<\/p>\n\n<p>What's interesting is that this is how I've always built Drupal applications.<\/p>\n\n<p>Each includes Drupal core and any contributed modules installed via Composer, and a specific directory for application-specific custom modules.<\/p>\n\n<p>These modules can be separate and standalone or they can interact and have dependencies and sub-modules.<\/p>\n\n<p>Each has its own routes, services, tests and more, making them easy to organise and maintain compared to having all the custom code in one large monolithic namespace or module.<\/p>\n\n ",
|
||||
"summary": null
|
||||
}
|
||||
],
|
||||
"feeds_item": [
|
||||
{
|
||||
"imported": "1970-01-01T00:32:50+00:00",
|
||||
"guid": null,
|
||||
"hash": "839ad892ec2adbc5d9a97cf4d798231f",
|
||||
"target_type": "feeds_feed",
|
||||
"target_uuid": "90c85284-7ca8-4074-9178-97ff8384fe76"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue